Html Css Color HEX #D81DCC Deep Magenta

📋 copy color: '#D81DCC'

red 216 ◦ green 29 ◦ blue 204

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

Shades of Deep Magenta #D81DCC

Tints of Deep Magenta #D81DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 48.11%
G = 6.46%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D81DCC (or 0xD81DCC) is known color: Deep Magenta. HEX triplet: D8, 1D and CC. RGB value is (216,29,204). Sum of RGB (Red+Green+Blue) = 216+29+204=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DCC is #27E233. Grayscale: #686868. Windows color (decimal): -2613812 or 13376984. OLE color: 13376984.

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

Color convert

RGB 216 29 204 -
CMYK 0 0.87 0.06 0.15
HSL 303.85º 0.76% 0.48% -
HSV(B) 303.85º 0.87% 0.85% -
XYZ 39.66 19.84 58.87 -
YUV 104.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 216 29 204 0 0.87 0.06 0.15 303.85 0.76 0.48
Hex D8 1D CC 0 57 6 F 130 4C 30
Octal 330 35 314 0 127 6 17 460 114 60
Binary 11011000 11101 11001100 0 1010111 110 1111 100110000 1001100 110000

Color Harmonies of #D81DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DCC

Black with #D81DCC

Text Example


Text Example

White with #D81DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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