Html Css Color HEX #D80CCD Deep Magenta

📋 copy color: '#D80CCD'

red 216 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #D80CCD

Tints of Deep Magenta #D80CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 49.88%
G = 2.77%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D80CCD (or 0xD80CCD) is known color: Deep Magenta. HEX triplet: D8, 0C and CD. RGB value is (216,12,205). Sum of RGB (Red+Green+Blue) = 216+12+205=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CCD is #27F332. Grayscale: #5E5E5E. Windows color (decimal): -2618163 or 13438168. OLE color: 13438168.

HSL color Cylindrical-coordinate representation of color #D80CCD: hue angle of 303.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CCD is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 205 -
CMYK 0 0.94 0.05 0.15
HSL 303.24º 0.89% 0.45% -
HSV(B) 303.24º 0.94% 0.85% -
XYZ 39.47 19.27 59.4 -
YUV 95 190.09 214.31 -
System Red Green Blue C M Y K H S L
Decimal 216 12 205 0 0.94 0.05 0.15 303.24 0.89 0.45
Hex D8 C CD 0 5E 5 F 12F 59 2D
Octal 330 14 315 0 136 5 17 457 131 55
Binary 11011000 1100 11001101 0 1011110 101 1111 100101111 1011001 101101

Color Harmonies of #D80CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CCD

Black with #D80CCD

Text Example


Text Example

White with #D80CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CCD; }

 p { color: rgb(216,12,205); }

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

background-color css

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

 a { background-color: rgb(216,12,205); }

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

border-color css

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

 span { border-color: rgb(216,12,205); }

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