Html Css Color HEX #D80ADD Deep Magenta

📋 copy color: '#D80ADD'

red 216 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #D80ADD

Tints of Deep Magenta #D80ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 48.32%
G = 2.24%
B = 49.44%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D80ADD (or 0xD80ADD) is known color: Deep Magenta. HEX triplet: D8, 0A and DD. RGB value is (216,10,221). Sum of RGB (Red+Green+Blue) = 216+10+221=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D80ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ADD is #27F522. Grayscale: #5F5F5F. Windows color (decimal): -2618659 or 14486232. OLE color: 14486232.

HSL color Cylindrical-coordinate representation of color #D80ADD: hue angle of 298.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80ADD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 10 221 -
CMYK 0.02 0.95 0 0.13
HSL 298.58º 0.91% 0.45% -
HSV(B) 298.58º 0.95% 0.87% -
XYZ 41.48 20.04 70.09 -
YUV 95.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 216 10 221 0.02 0.95 0 0.13 298.58 0.91 0.45
Hex D8 A DD 2 5F 0 D 12B 5B 2D
Octal 330 12 335 2 137 0 15 453 133 55
Binary 11011000 1010 11011101 10 1011111 0 1101 100101011 1011011 101101

Color Harmonies of #D80ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ADD

Black with #D80ADD

Text Example


Text Example

White with #D80ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ADD; }

 p { color: rgb(216,10,221); }

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

background-color css

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

 a { background-color: rgb(216,10,221); }

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

border-color css

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

 span { border-color: rgb(216,10,221); }

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