Html Css Color HEX #D80DCD Deep Magenta

📋 copy color: '#D80DCD'

red 216 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #D80DCD

Tints of Deep Magenta #D80DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3%

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

R = 49.77%
G = 3%
B = 47.24%

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

#D80DCD (or 0xD80DCD) is known color: Deep Magenta. HEX triplet: D8, 0D and CD. RGB value is (216,13,205). Sum of RGB (Red+Green+Blue) = 216+13+205=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DCD is #27F232. Grayscale: #5F5F5F. Windows color (decimal): -2617907 or 13438424. OLE color: 13438424.

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

Color convert

RGB 216 13 205 -
CMYK 0 0.94 0.05 0.15
HSL 303.25º 0.89% 0.45% -
HSV(B) 303.25º 0.94% 0.85% -
XYZ 39.48 19.29 59.4 -
YUV 95.59 189.75 213.89 -
System Red Green Blue C M Y K H S L
Decimal 216 13 205 0 0.94 0.05 0.15 303.25 0.89 0.45
Hex D8 D CD 0 5E 5 F 12F 59 2D
Octal 330 15 315 0 136 5 17 457 131 55
Binary 11011000 1101 11001101 0 1011110 101 1111 100101111 1011001 101101

Color Harmonies of #D80DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DCD

Black with #D80DCD

Text Example


Text Example

White with #D80DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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