Html Css Color HEX #D80ADA Deep Magenta

📋 copy color: '#D80ADA'

red 216 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #D80ADA

Tints of Deep Magenta #D80ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 48.65%
G = 2.25%
B = 49.1%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D80ADA (or 0xD80ADA) is known color: Deep Magenta. HEX triplet: D8, 0A and DA. RGB value is (216,10,218). Sum of RGB (Red+Green+Blue) = 216+10+218=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D80ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ADA is #27F525. Grayscale: #5E5E5E. Windows color (decimal): -2618662 or 14289624. OLE color: 14289624.

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

Color convert

RGB 216 10 218 -
CMYK 0.01 0.95 0 0.15
HSL 299.42º 0.91% 0.45% -
HSV(B) 299.42º 0.95% 0.85% -
XYZ 41.08 19.88 68 -
YUV 95.31 197.25 214.09 -
System Red Green Blue C M Y K H S L
Decimal 216 10 218 0.01 0.95 0 0.15 299.42 0.91 0.45
Hex D8 A DA 1 5F 0 F 12B 5B 2D
Octal 330 12 332 1 137 0 17 453 133 55
Binary 11011000 1010 11011010 1 1011111 0 1111 100101011 1011011 101101

Color Harmonies of #D80ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80ADA

Black with #D80ADA

Text Example


Text Example

White with #D80ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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