Html Css Color HEX #D811C0 Deep Magenta

📋 copy color: '#D811C0'

red 216 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #D811C0

Tints of Deep Magenta #D811C0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4%

 BLUE value IS 192 (75.39% from 255) = 45.18%

R = 50.82%
G = 4%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D811C0 (or 0xD811C0) is known color: Deep Magenta. HEX triplet: D8, 11 and C0. RGB value is (216,17,192). Sum of RGB (Red+Green+Blue) = 216+17+192=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D811C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811C0 is #27EE3F. Grayscale: #5F5F5F. Windows color (decimal): -2616896 or 12587480. OLE color: 12587480.

HSL color Cylindrical-coordinate representation of color #D811C0: hue angle of 307.24º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811C0 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 192 -
CMYK 0 0.92 0.11 0.15
HSL 307.24º 0.85% 0.46% -
HSV(B) 307.24º 0.92% 0.85% -
XYZ 38.03 18.81 51.49 -
YUV 96.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 216 17 192 0 0.92 0.11 0.15 307.24 0.85 0.46
Hex D8 11 C0 0 5C B F 133 55 2E
Octal 330 21 300 0 134 13 17 463 125 56
Binary 11011000 10001 11000000 0 1011100 1011 1111 100110011 1010101 101110

Color Harmonies of #D811C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811C0

Black with #D811C0

Text Example


Text Example

White with #D811C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811C0; }

 p { color: rgb(216,17,192); }

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

background-color css

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

 a { background-color: rgb(216,17,192); }

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

border-color css

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

 span { border-color: rgb(216,17,192); }

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