Html Css Color HEX #D009B7 Deep Magenta

📋 copy color: '#D009B7'

red 208 ◦ green 9 ◦ blue 183

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

Shades of Deep Magenta #D009B7

Tints of Deep Magenta #D009B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.75%

R = 52%
G = 2.25%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D009B7 (or 0xD009B7) is known color: Deep Magenta. HEX triplet: D0, 09 and B7. RGB value is (208,9,183). Sum of RGB (Red+Green+Blue) = 208+9+183=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D009B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009B7 is #2FF648. Grayscale: #575757. Windows color (decimal): -3143241 or 11995600. OLE color: 11995600.

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

Color convert

RGB 208 9 183 -
CMYK 0 0.96 0.12 0.18
HSL 307.54º 0.92% 0.43% -
HSV(B) 307.54º 0.96% 0.82% -
XYZ 34.66 17.02 46.26 -
YUV 88.34 181.43 213.35 -
System Red Green Blue C M Y K H S L
Decimal 208 9 183 0 0.96 0.12 0.18 307.54 0.92 0.43
Hex D0 9 B7 0 60 C 12 134 5C 2B
Octal 320 11 267 0 140 14 22 464 134 53
Binary 11010000 1001 10110111 0 1100000 1100 10010 100110100 1011100 101011

Color Harmonies of #D009B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D009B7

Black with #D009B7

Text Example


Text Example

White with #D009B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D009B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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