Html Css Color HEX #D82ADA Deep Magenta

📋 copy color: '#D82ADA'

red 216 ◦ green 42 ◦ blue 218

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

Shades of Deep Magenta #D82ADA

Tints of Deep Magenta #D82ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.82%

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

R = 45.38%
G = 8.82%
B = 45.8%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D82ADA (or 0xD82ADA) is known color: Deep Magenta. HEX triplet: D8, 2A and DA. RGB value is (216,42,218). Sum of RGB (Red+Green+Blue) = 216+42+218=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #D82ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ADA is #27D525. Grayscale: #717171. Windows color (decimal): -2610470 or 14297816. OLE color: 14297816.

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

Color convert

RGB 216 42 218 -
CMYK 0.01 0.81 0 0.15
HSL 299.32º 0.7% 0.51% -
HSV(B) 299.32º 0.81% 0.85% -
XYZ 41.8 21.32 68.24 -
YUV 114.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 216 42 218 0.01 0.81 0 0.15 299.32 0.7 0.51
Hex D8 2A DA 1 51 0 F 12B 46 33
Octal 330 52 332 1 121 0 17 453 106 63
Binary 11011000 101010 11011010 1 1010001 0 1111 100101011 1000110 110011

Color Harmonies of #D82ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82ADA

Black with #D82ADA

Text Example


Text Example

White with #D82ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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