Html Css Color HEX #D809B7 Deep Magenta

📋 copy color: '#D809B7'

red 216 ◦ green 9 ◦ blue 183

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

Shades of Deep Magenta #D809B7

Tints of Deep Magenta #D809B7

RGB

 RED value IS 216 (84.77% from 255) = 52.94%

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

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

R = 52.94%
G = 2.21%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D809B7 (or 0xD809B7) is known color: Deep Magenta. HEX triplet: D8, 09 and B7. RGB value is (216,9,183). Sum of RGB (Red+Green+Blue) = 216+9+183=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D809B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809B7 is #27F648. Grayscale: #5A5A5A. Windows color (decimal): -2618953 or 11995608. OLE color: 11995608.

HSL color Cylindrical-coordinate representation of color #D809B7: hue angle of 309.57º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809B7 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 183 -
CMYK 0 0.96 0.15 0.15
HSL 309.57º 0.92% 0.44% -
HSV(B) 309.57º 0.96% 0.85% -
XYZ 36.96 18.21 46.37 -
YUV 90.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 216 9 183 0 0.96 0.15 0.15 309.57 0.92 0.44
Hex D8 9 B7 0 60 F F 136 5C 2C
Octal 330 11 267 0 140 17 17 466 134 54
Binary 11011000 1001 10110111 0 1100000 1111 1111 100110110 1011100 101100

Color Harmonies of #D809B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809B7

Black with #D809B7

Text Example


Text Example

White with #D809B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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