Html Css Color HEX #D009C0 Deep Magenta

📋 copy color: '#D009C0'

red 208 ◦ green 9 ◦ blue 192

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

Shades of Deep Magenta #D009C0

Tints of Deep Magenta #D009C0

RGB

 RED value IS 208 (81.64% from 255) = 50.86%

 GREEN value IS 9 (3.91% from 255) = 2.2%

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 50.86%
G = 2.2%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D009C0 (or 0xD009C0) is known color: Deep Magenta. HEX triplet: D0, 09 and C0. RGB value is (208,9,192). Sum of RGB (Red+Green+Blue) = 208+9+192=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D009C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009C0 is #2FF63F. Grayscale: #585858. Windows color (decimal): -3143232 or 12585424. OLE color: 12585424.

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

Color convert

RGB 208 9 192 -
CMYK 0 0.96 0.08 0.18
HSL 304.82º 0.92% 0.43% -
HSV(B) 304.82º 0.96% 0.82% -
XYZ 35.62 17.41 51.35 -
YUV 89.36 185.93 212.62 -
System Red Green Blue C M Y K H S L
Decimal 208 9 192 0 0.96 0.08 0.18 304.82 0.92 0.43
Hex D0 9 C0 0 60 8 12 131 5C 2B
Octal 320 11 300 0 140 10 22 461 134 53
Binary 11010000 1001 11000000 0 1100000 1000 10010 100110001 1011100 101011

Color Harmonies of #D009C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009C0

Black with #D009C0

Text Example


Text Example

White with #D009C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009C0; }

 p { color: rgb(208,9,192); }

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

background-color css

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

 a { background-color: rgb(208,9,192); }

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

border-color css

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

 span { border-color: rgb(208,9,192); }

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