Html Css Color HEX #D809DF Deep Magenta

📋 copy color: '#D809DF'

red 216 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #D809DF

Tints of Deep Magenta #D809DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 48.21%
G = 2.01%
B = 49.78%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D809DF (or 0xD809DF) is known color: Deep Magenta. HEX triplet: D8, 09 and DF. RGB value is (216,9,223). Sum of RGB (Red+Green+Blue) = 216+9+223=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #D809DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809DF is #27F620. Grayscale: #5E5E5E. Windows color (decimal): -2618913 or 14617048. OLE color: 14617048.

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

Color convert

RGB 216 9 223 -
CMYK 0.03 0.96 0 0.13
HSL 298.04º 0.92% 0.45% -
HSV(B) 298.04º 0.96% 0.87% -
XYZ 41.74 20.12 71.5 -
YUV 95.29 200.08 214.1 -
System Red Green Blue C M Y K H S L
Decimal 216 9 223 0.03 0.96 0 0.13 298.04 0.92 0.45
Hex D8 9 DF 3 60 0 D 12A 5C 2D
Octal 330 11 337 3 140 0 15 452 134 55
Binary 11011000 1001 11011111 11 1100000 0 1101 100101010 1011100 101101

Color Harmonies of #D809DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809DF

Black with #D809DF

Text Example


Text Example

White with #D809DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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