#D210B3

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

Shades of Deep Magenta #D210B3

Tints of Deep Magenta #D210B3

Color information

#D210B3 (or 0xD210B3) is unknown color: approx Deep Magenta. HEX triplet: D2, 10 and B3. RGB value is (210,16,179). Sum of RGB (Red+Green+Blue) = 210+16+179=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D210B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210B3 is #2DEF4C. Grayscale: #5C5C5C. Windows color (decimal): -3010381 or 11735250. OLE color: 11735250.

HSL color Cylindrical-coordinate representation of color #D210B3: hue angle of 309.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210B3 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB21016179-
CMYK00.920.150.18
HSL309.59º85.84%44.31%-
HSV(B)309.59º92.38%82.35%-
XYZ34.917.3344.15-
YUV92.59176.77211.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.85%
GREEN value IS 16 (6.64% from 255) = 3.95%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=51.85%
G=3.95%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101617900.920.150.18309.5985.8444.31
HexD210B305CF12136562c
Octal322202630134172246612654
Binary110100101000010110011010111001111100101001101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D210B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D210B3; }

 p { color: rgb(210,16,179); }

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

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

 a { background-color: rgb(210,16,179); }

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

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

 span { border-color: rgb(210,16,179); }

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