Html Css Color HEX #D009B9 Deep Magenta

📋 copy color: '#D009B9'

red 208 ◦ green 9 ◦ blue 185

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

Shades of Deep Magenta #D009B9

Tints of Deep Magenta #D009B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.02%

R = 51.74%
G = 2.24%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D009B9 (or 0xD009B9) is known color: Deep Magenta. HEX triplet: D0, 09 and B9. RGB value is (208,9,185). Sum of RGB (Red+Green+Blue) = 208+9+185=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D009B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009B9 is #2FF646. Grayscale: #585858. Windows color (decimal): -3143239 or 12126672. OLE color: 12126672.

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

Color convert

RGB 208 9 185 -
CMYK 0 0.96 0.11 0.18
HSL 306.93º 0.92% 0.43% -
HSV(B) 306.93º 0.96% 0.82% -
XYZ 34.87 17.11 47.36 -
YUV 88.57 182.43 213.19 -
System Red Green Blue C M Y K H S L
Decimal 208 9 185 0 0.96 0.11 0.18 306.93 0.92 0.43
Hex D0 9 B9 0 60 B 12 133 5C 2B
Octal 320 11 271 0 140 13 22 463 134 53
Binary 11010000 1001 10111001 0 1100000 1011 10010 100110011 1011100 101011

Color Harmonies of #D009B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009B9

Black with #D009B9

Text Example


Text Example

White with #D009B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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