#d20cb3

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

Shades of Deep Magenta #D20CB3

Tints of Deep Magenta #D20CB3

Color information

#D20CB3 (or 0xD20CB3) is unknown color: approx Deep Magenta. HEX triplet: D2, 0C and B3. RGB value is (210,12,179). Sum of RGB (Red+Green+Blue) = 210+12+179=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CB3 is #2DF34C. Grayscale: #595959. Windows color (decimal): -3011405 or 11734226. OLE color: 11734226.

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

Color convert

RGB21012179-
CMYK00.940.150.18
HSL309.39º89.19%43.53%-
HSV(B)309.39º94.29%82.35%-
XYZ34.8517.2244.13-
YUV90.24178.1213.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.37%
GREEN value IS 12 (5.08% from 255) = 2.99%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=52.37%
G=2.99%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101217900.940.150.18309.3989.1943.53
HexD2CB305EF12135592c
Octal322142630136172246513154
Binary11010010110010110011010111101111100101001101011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d20cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d20cb3; }

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

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

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

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

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

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

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

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