Html Css Color HEX #D811C6 Deep Magenta

📋 copy color: '#D811C6'

red 216 ◦ green 17 ◦ blue 198

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

Shades of Deep Magenta #D811C6

Tints of Deep Magenta #D811C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 50.12%
G = 3.94%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D811C6 (or 0xD811C6) is known color: Deep Magenta. HEX triplet: D8, 11 and C6. RGB value is (216,17,198). Sum of RGB (Red+Green+Blue) = 216+17+198=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D811C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811C6 is #27EE39. Grayscale: #606060. Windows color (decimal): -2616890 or 12980696. OLE color: 12980696.

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

Color convert

RGB 216 17 198 -
CMYK 0 0.92 0.08 0.15
HSL 305.43º 0.85% 0.46% -
HSV(B) 305.43º 0.92% 0.85% -
XYZ 38.71 19.08 55.07 -
YUV 97.14 184.93 212.78 -
System Red Green Blue C M Y K H S L
Decimal 216 17 198 0 0.92 0.08 0.15 305.43 0.85 0.46
Hex D8 11 C6 0 5C 8 F 131 55 2E
Octal 330 21 306 0 134 10 17 461 125 56
Binary 11011000 10001 11000110 0 1011100 1000 1111 100110001 1010101 101110

Color Harmonies of #D811C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811C6

Black with #D811C6

Text Example


Text Example

White with #D811C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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