Html Css Color HEX #D81DC6 Deep Magenta

📋 copy color: '#D81DC6'

red 216 ◦ green 29 ◦ blue 198

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

Shades of Deep Magenta #D81DC6

Tints of Deep Magenta #D81DC6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

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

R = 48.76%
G = 6.55%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D81DC6 (or 0xD81DC6) is known color: Deep Magenta. HEX triplet: D8, 1D and C6. RGB value is (216,29,198). Sum of RGB (Red+Green+Blue) = 216+29+198=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DC6 is #27E239. Grayscale: #676767. Windows color (decimal): -2613818 or 12983768. OLE color: 12983768.

HSL color Cylindrical-coordinate representation of color #D81DC6: hue angle of 305.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DC6 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 198 -
CMYK 0 0.87 0.08 0.15
HSL 305.78º 0.76% 0.48% -
HSV(B) 305.78º 0.87% 0.85% -
XYZ 38.95 19.55 55.15 -
YUV 104.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 216 29 198 0 0.87 0.08 0.15 305.78 0.76 0.48
Hex D8 1D C6 0 57 8 F 132 4C 30
Octal 330 35 306 0 127 10 17 462 114 60
Binary 11011000 11101 11000110 0 1010111 1000 1111 100110010 1001100 110000

Color Harmonies of #D81DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DC6

Black with #D81DC6

Text Example


Text Example

White with #D81DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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