Html Css Color HEX #D809B8 Deep Magenta

📋 copy color: '#D809B8'

red 216 ◦ green 9 ◦ blue 184

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

Shades of Deep Magenta #D809B8

Tints of Deep Magenta #D809B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.99%

R = 52.81%
G = 2.2%
B = 44.99%

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

#D809B8 (or 0xD809B8) is known color: Deep Magenta. HEX triplet: D8, 09 and B8. RGB value is (216,9,184). Sum of RGB (Red+Green+Blue) = 216+9+184=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D809B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809B8 is #27F647. Grayscale: #5A5A5A. Windows color (decimal): -2618952 or 12061144. OLE color: 12061144.

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

Color convert

RGB 216 9 184 -
CMYK 0 0.96 0.15 0.15
HSL 309.28º 0.92% 0.44% -
HSV(B) 309.28º 0.96% 0.85% -
XYZ 37.07 18.26 46.92 -
YUV 90.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 216 9 184 0 0.96 0.15 0.15 309.28 0.92 0.44
Hex D8 9 B8 0 60 F F 135 5C 2C
Octal 330 11 270 0 140 17 17 465 134 54
Binary 11011000 1001 10111000 0 1100000 1111 1111 100110101 1011100 101100

Color Harmonies of #D809B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809B8

Black with #D809B8

Text Example


Text Example

White with #D809B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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