Html Css Color HEX #D809D4 Deep Magenta

📋 copy color: '#D809D4'

red 216 ◦ green 9 ◦ blue 212

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

Shades of Deep Magenta #D809D4

Tints of Deep Magenta #D809D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.51%

R = 49.43%
G = 2.06%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D809D4 (or 0xD809D4) is known color: Deep Magenta. HEX triplet: D8, 09 and D4. RGB value is (216,9,212). Sum of RGB (Red+Green+Blue) = 216+9+212=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D809D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809D4 is #27F62B. Grayscale: #5D5D5D. Windows color (decimal): -2618924 or 13896152. OLE color: 13896152.

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

Color convert

RGB 216 9 212 -
CMYK 0 0.96 0.02 0.15
HSL 301.16º 0.92% 0.44% -
HSV(B) 301.16º 0.96% 0.85% -
XYZ 40.3 19.55 63.94 -
YUV 94.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 216 9 212 0 0.96 0.02 0.15 301.16 0.92 0.44
Hex D8 9 D4 0 60 2 F 12D 5C 2C
Octal 330 11 324 0 140 2 17 455 134 54
Binary 11011000 1001 11010100 0 1100000 10 1111 100101101 1011100 101100

Color Harmonies of #D809D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809D4

Black with #D809D4

Text Example


Text Example

White with #D809D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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