Html Css Color HEX #D809DD Deep Magenta

📋 copy color: '#D809DD'

red 216 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #D809DD

Tints of Deep Magenta #D809DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 48.43%
G = 2.02%
B = 49.55%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D809DD (or 0xD809DD) is known color: Deep Magenta. HEX triplet: D8, 09 and DD. RGB value is (216,9,221). Sum of RGB (Red+Green+Blue) = 216+9+221=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #D809DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809DD is #27F622. Grayscale: #5E5E5E. Windows color (decimal): -2618915 or 14485976. OLE color: 14485976.

HSL color Cylindrical-coordinate representation of color #D809DD: hue angle of 298.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809DD is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 9 221 -
CMYK 0.02 0.96 0 0.13
HSL 298.58º 0.92% 0.45% -
HSV(B) 298.58º 0.96% 0.87% -
XYZ 41.47 20.01 70.08 -
YUV 95.06 199.08 214.26 -
System Red Green Blue C M Y K H S L
Decimal 216 9 221 0.02 0.96 0 0.13 298.58 0.92 0.45
Hex D8 9 DD 2 60 0 D 12B 5C 2D
Octal 330 11 335 2 140 0 15 453 134 55
Binary 11011000 1001 11011101 10 1100000 0 1101 100101011 1011100 101101

Color Harmonies of #D809DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809DD

Black with #D809DD

Text Example


Text Example

White with #D809DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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