Html Css Color HEX #D806C9 Deep Magenta

📋 copy color: '#D806C9'

red 216 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #D806C9

Tints of Deep Magenta #D806C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 51.06%
G = 1.42%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D806C9 (or 0xD806C9) is known color: Deep Magenta. HEX triplet: D8, 06 and C9. RGB value is (216,6,201). Sum of RGB (Red+Green+Blue) = 216+6+201=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D806C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D806C9 is #27F936. Grayscale: #5A5A5A. Windows color (decimal): -2619703 or 13174488. OLE color: 13174488.

HSL color Cylindrical-coordinate representation of color #D806C9: hue angle of 304.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806C9 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 201 -
CMYK 0 0.97 0.07 0.15
HSL 304.29º 0.95% 0.44% -
HSV(B) 304.29º 0.97% 0.85% -
XYZ 38.93 18.95 56.86 -
YUV 91.02 190.07 217.14 -
System Red Green Blue C M Y K H S L
Decimal 216 6 201 0 0.97 0.07 0.15 304.29 0.95 0.44
Hex D8 6 C9 0 61 7 F 130 5F 2C
Octal 330 6 311 0 141 7 17 460 137 54
Binary 11011000 110 11001001 0 1100001 111 1111 100110000 1011111 101100

Color Harmonies of #D806C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D806C9

Black with #D806C9

Text Example


Text Example

White with #D806C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D806C9; }

 p { color: rgb(216,6,201); }

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

background-color css

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

 a { background-color: rgb(216,6,201); }

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

border-color css

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

 span { border-color: rgb(216,6,201); }

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