#D10CBE

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

Shades of Deep Magenta #D10CBE

Tints of Deep Magenta #D10CBE

Color information

#D10CBE (or 0xD10CBE) is unknown color: approx Deep Magenta. HEX triplet: D1, 0C and BE. RGB value is (209,12,190). Sum of RGB (Red+Green+Blue) = 209+12+190=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CBE is #2EF341. Grayscale: #5A5A5A. Windows color (decimal): -3076930 or 12455121. OLE color: 12455121.

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

Color convert

RGB20912190-
CMYK00.940.090.18
HSL305.79º89.14%43.33%-
HSV(B)305.79º94.26%81.96%-
XYZ35.7217.5450.22-
YUV91.2183.77212.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 12 (5.08% from 255) = 2.92%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=50.85%
G=2.92%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091219000.940.090.18305.7989.1443.33
HexD1CBE05E912132592b
Octal321142760136112246213153
Binary11010001110010111110010111101001100101001100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10CBE; }

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

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

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

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

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

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

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

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