Html Css Color HEX #D81DDC Deep Magenta

📋 copy color: '#D81DDC'

red 216 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #D81DDC

Tints of Deep Magenta #D81DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 46.45%
G = 6.24%
B = 47.31%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D81DDC (or 0xD81DDC) is known color: Deep Magenta. HEX triplet: D8, 1D and DC. RGB value is (216,29,220). Sum of RGB (Red+Green+Blue) = 216+29+220=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #D81DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DDC is #27E223. Grayscale: #6A6A6A. Windows color (decimal): -2613796 or 14425560. OLE color: 14425560.

HSL color Cylindrical-coordinate representation of color #D81DDC: hue angle of 298.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DDC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 29 220 -
CMYK 0.02 0.87 0 0.14
HSL 298.74º 0.77% 0.49% -
HSV(B) 298.74º 0.87% 0.86% -
XYZ 41.68 20.64 69.5 -
YUV 106.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 216 29 220 0.02 0.87 0 0.14 298.74 0.77 0.49
Hex D8 1D DC 2 57 0 E 12B 4D 31
Octal 330 35 334 2 127 0 16 453 115 61
Binary 11011000 11101 11011100 10 1010111 0 1110 100101011 1001101 110001

Color Harmonies of #D81DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DDC

Black with #D81DDC

Text Example


Text Example

White with #D81DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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