Html Css Color HEX #D80CD1 Deep Magenta

📋 copy color: '#D80CD1'

red 216 ◦ green 12 ◦ blue 209

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

Shades of Deep Magenta #D80CD1

Tints of Deep Magenta #D80CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 49.43%
G = 2.75%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D80CD1 (or 0xD80CD1) is known color: Deep Magenta. HEX triplet: D8, 0C and D1. RGB value is (216,12,209). Sum of RGB (Red+Green+Blue) = 216+12+209=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CD1 is #27F32E. Grayscale: #5E5E5E. Windows color (decimal): -2618159 or 13700312. OLE color: 13700312.

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

Color convert

RGB 216 12 209 -
CMYK 0 0.94 0.03 0.15
HSL 302.06º 0.89% 0.45% -
HSV(B) 302.06º 0.94% 0.85% -
XYZ 39.96 19.47 61.97 -
YUV 95.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 216 12 209 0 0.94 0.03 0.15 302.06 0.89 0.45
Hex D8 C D1 0 5E 3 F 12E 59 2D
Octal 330 14 321 0 136 3 17 456 131 55
Binary 11011000 1100 11010001 0 1011110 11 1111 100101110 1011001 101101

Color Harmonies of #D80CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CD1

Black with #D80CD1

Text Example


Text Example

White with #D80CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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