Html Css Color HEX #D10DCB Deep Magenta

📋 copy color: '#D10DCB'

red 209 ◦ green 13 ◦ blue 203

#D10DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D10DCB

Tints of Deep Magenta #D10DCB

RGB

 RED value IS 209 (82.03% from 255) = 49.18%

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 49.18%
G = 3.06%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D10DCB (or 0xD10DCB) is known color: Deep Magenta. HEX triplet: D1, 0D and CB. RGB value is (209,13,203). Sum of RGB (Red+Green+Blue) = 209+13+203=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DCB is #2EF234. Grayscale: #5C5C5C. Windows color (decimal): -3076661 or 13307345. OLE color: 13307345.

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

Color convert

RGB 209 13 203 -
CMYK 0 0.94 0.03 0.18
HSL 301.84º 0.88% 0.44% -
HSV(B) 301.84º 0.94% 0.82% -
XYZ 37.22 18.15 58.04 -
YUV 93.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 209 13 203 0 0.94 0.03 0.18 301.84 0.88 0.44
Hex D1 D CB 0 5E 3 12 12E 58 2C
Octal 321 15 313 0 136 3 22 456 130 54
Binary 11010001 1101 11001011 0 1011110 11 10010 100101110 1011000 101100

Color Harmonies of #D10DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DCB

Black with #D10DCB

Text Example


Text Example

White with #D10DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DCB; }

 p { color: rgb(209,13,203); }

 H1.HeaderClassName
 {
   color: #D10DCB;
 }
 .AnyTagClassName
 {
   color: #D10DCB;
 }
</style>

background-color css

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

 a { background-color: rgb(209,13,203); }

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

border-color css

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

 span { border-color: rgb(209,13,203); }

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