#D30FB0

Color #D30FB0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D30FB0

Tints of Deep Magenta #D30FB0

Color information

#D30FB0 (or 0xD30FB0) is unknown color: approx Deep Magenta. HEX triplet: D3, 0F and B0. RGB value is (211,15,176). Sum of RGB (Red+Green+Blue) = 211+15+176=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30FB0 is #2CF04F. Grayscale: #5B5B5B. Windows color (decimal): -2945104 or 11538387. OLE color: 11538387.

HSL color Cylindrical-coordinate representation of color #D30FB0: hue angle of 310.71º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FB0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB21115176-
CMYK00.930.170.17
HSL310.71º86.73%44.31%-
HSV(B)310.71º92.89%82.75%-
XYZ34.8717.3342.58-
YUV91.96175.43212.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 52.49%
GREEN value IS 15 (6.25% from 255) = 3.73%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=52.49%
G=3.73%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111517600.930.170.17310.7186.7344.31
HexD3FB005D1111137572c
Octal323172600135212146712754
Binary110100111111101100000101110110001100011001101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30FB0; }

 p { color: rgb(211,15,176); }

 H1.HeaderClassName
 {
   color: #D30FB0;
 }
 .AnyTagClassName
 {
   color: #D30FB0;
 }
</style>
background-color css

<style>
 a { background-color: #D30FB0; }

 a { background-color: rgb(211,15,176); }

 div.DivClassName
 {
   background-color: #D30FB0;
 }
 .BgClassName
 {
   background-color: #D30FB0;
 }
</style>
border-color css

<style>
 span { border-color: #D30FB0; }

 span { border-color: rgb(211,15,176); }

 td.TdClassName
 {
   border-color: #D30FB0;
 }
 .TagClassName
 {
   border-color: #D30FB0;
 }
</style>