Html Css Color HEX #D809BA Deep Magenta

📋 copy color: '#D809BA'

red 216 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #D809BA

Tints of Deep Magenta #D809BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 52.55%
G = 2.19%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D809BA (or 0xD809BA) is known color: Deep Magenta. HEX triplet: D8, 09 and BA. RGB value is (216,9,186). Sum of RGB (Red+Green+Blue) = 216+9+186=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D809BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809BA is #27F645. Grayscale: #5A5A5A. Windows color (decimal): -2618950 or 12192216. OLE color: 12192216.

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

Color convert

RGB 216 9 186 -
CMYK 0 0.96 0.14 0.15
HSL 308.7º 0.92% 0.44% -
HSV(B) 308.7º 0.96% 0.85% -
XYZ 37.28 18.34 48.03 -
YUV 91.07 181.58 217.11 -
System Red Green Blue C M Y K H S L
Decimal 216 9 186 0 0.96 0.14 0.15 308.7 0.92 0.44
Hex D8 9 BA 0 60 E F 135 5C 2C
Octal 330 11 272 0 140 16 17 465 134 54
Binary 11011000 1001 10111010 0 1100000 1110 1111 100110101 1011100 101100

Color Harmonies of #D809BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809BA

Black with #D809BA

Text Example


Text Example

White with #D809BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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