Html Css Color HEX #D807C9 Deep Magenta

📋 copy color: '#D807C9'

red 216 ◦ green 7 ◦ blue 201

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

Shades of Deep Magenta #D807C9

Tints of Deep Magenta #D807C9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

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

R = 50.94%
G = 1.65%
B = 47.41%

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

#D807C9 (or 0xD807C9) is known color: Deep Magenta. HEX triplet: D8, 07 and C9. RGB value is (216,7,201). Sum of RGB (Red+Green+Blue) = 216+7+201=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D807C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807C9 is #27F836. Grayscale: #5B5B5B. Windows color (decimal): -2619447 or 13174744. OLE color: 13174744.

HSL color Cylindrical-coordinate representation of color #D807C9: hue angle of 304.31º degrees, saturation: 0.94, 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 #D807C9 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 201 -
CMYK 0 0.97 0.07 0.15
HSL 304.31º 0.94% 0.44% -
HSV(B) 304.31º 0.97% 0.85% -
XYZ 38.94 18.97 56.87 -
YUV 91.61 189.74 216.73 -
System Red Green Blue C M Y K H S L
Decimal 216 7 201 0 0.97 0.07 0.15 304.31 0.94 0.44
Hex D8 7 C9 0 61 7 F 130 5E 2C
Octal 330 7 311 0 141 7 17 460 136 54
Binary 11011000 111 11001001 0 1100001 111 1111 100110000 1011110 101100

Color Harmonies of #D807C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807C9

Black with #D807C9

Text Example


Text Example

White with #D807C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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