#D20CC4

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

Shades of Deep Magenta #D20CC4

Tints of Deep Magenta #D20CC4

Color information

#D20CC4 (or 0xD20CC4) is unknown color: approx Deep Magenta. HEX triplet: D2, 0C and C4. RGB value is (210,12,196). Sum of RGB (Red+Green+Blue) = 210+12+196=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CC4 is #2DF33B. Grayscale: #5B5B5B. Windows color (decimal): -3011388 or 12848338. OLE color: 12848338.

HSL color Cylindrical-coordinate representation of color #D20CC4: hue angle of 304.24º 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 #D20CC4 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB21012196-
CMYK00.940.070.18
HSL304.24º89.19%43.53%-
HSV(B)304.24º94.29%82.35%-
XYZ36.6717.9553.76-
YUV92.18186.6212.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 12 (5.08% from 255) = 2.87%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=50.24%
G=2.87%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101219600.940.070.18304.2489.1943.53
HexD2CC405E712130592c
Octal32214304013672246013154
Binary1101001011001100010001011110111100101001100001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20CC4; }

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

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

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

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

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

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

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

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