Html Css Color HEX #D82ADE Deep Magenta

📋 copy color: '#D82ADE'

red 216 ◦ green 42 ◦ blue 222

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

Shades of Deep Magenta #D82ADE

Tints of Deep Magenta #D82ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 45%
G = 8.75%
B = 46.25%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D82ADE (or 0xD82ADE) is known color: Deep Magenta. HEX triplet: D8, 2A and DE. RGB value is (216,42,222). Sum of RGB (Red+Green+Blue) = 216+42+222=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 42 (16.80% from 255 or 8.75% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #D82ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ADE is #27D521. Grayscale: #727272. Windows color (decimal): -2610466 or 14559960. OLE color: 14559960.

HSL color Cylindrical-coordinate representation of color #D82ADE: hue angle of 298º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82ADE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 42 222 -
CMYK 0.03 0.81 0 0.13
HSL 298º 0.73% 0.52% -
HSV(B) 298º 0.81% 0.87% -
XYZ 42.33 21.53 71.03 -
YUV 114.55 188.65 200.36 -
System Red Green Blue C M Y K H S L
Decimal 216 42 222 0.03 0.81 0 0.13 298 0.73 0.52
Hex D8 2A DE 3 51 0 D 12A 49 34
Octal 330 52 336 3 121 0 15 452 111 64
Binary 11011000 101010 11011110 11 1010001 0 1101 100101010 1001001 110100

Color Harmonies of #D82ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82ADE

Black with #D82ADE

Text Example


Text Example

White with #D82ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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