#D10CC4

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

Shades of Deep Magenta #D10CC4

Tints of Deep Magenta #D10CC4

Color information

#D10CC4 (or 0xD10CC4) is unknown color: approx Deep Magenta. HEX triplet: D1, 0C and C4. RGB value is (209,12,196). Sum of RGB (Red+Green+Blue) = 209+12+196=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CC4 is #2EF33B. Grayscale: #5B5B5B. Windows color (decimal): -3076924 or 12848337. OLE color: 12848337.

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

Color convert

RGB20912196-
CMYK00.940.060.18
HSL303.96º89.14%43.33%-
HSV(B)303.96º94.26%81.96%-
XYZ36.3917.853.74-
YUV91.88186.77211.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 12 (5.08% from 255) = 2.88%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=50.12%
G=2.88%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091219600.940.060.18303.9689.1443.33
HexD1CC405E612130592b
Octal32114304013662246013153
Binary1101000111001100010001011110110100101001100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10CC4; }

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

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

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

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

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

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

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

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