Html Css Color HEX #D816C9 Deep Magenta

📋 copy color: '#D816C9'

red 216 ◦ green 22 ◦ blue 201

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

Shades of Deep Magenta #D816C9

Tints of Deep Magenta #D816C9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.01%

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

R = 49.2%
G = 5.01%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D816C9 (or 0xD816C9) is known color: Deep Magenta. HEX triplet: D8, 16 and C9. RGB value is (216,22,201). Sum of RGB (Red+Green+Blue) = 216+22+201=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D816C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816C9 is #27E936. Grayscale: #636363. Windows color (decimal): -2615607 or 13178584. OLE color: 13178584.

HSL color Cylindrical-coordinate representation of color #D816C9: hue angle of 304.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816C9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 201 -
CMYK 0 0.90 0.07 0.15
HSL 304.64º 0.82% 0.47% -
HSV(B) 304.64º 0.9% 0.85% -
XYZ 39.15 19.39 56.94 -
YUV 100.41 184.77 210.45 -
System Red Green Blue C M Y K H S L
Decimal 216 22 201 0 0.90 0.07 0.15 304.64 0.82 0.47
Hex D8 16 C9 0 5A 7 F 131 52 2F
Octal 330 26 311 0 132 7 17 461 122 57
Binary 11011000 10110 11001001 0 1011010 111 1111 100110001 1010010 101111

Color Harmonies of #D816C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816C9

Black with #D816C9

Text Example


Text Example

White with #D816C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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