Html Css Color HEX #D82ADB Deep Magenta

📋 copy color: '#D82ADB'

red 216 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #D82ADB

Tints of Deep Magenta #D82ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 45.28%
G = 8.81%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D82ADB (or 0xD82ADB) is known color: Deep Magenta. HEX triplet: D8, 2A and DB. RGB value is (216,42,219). Sum of RGB (Red+Green+Blue) = 216+42+219=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D82ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ADB is #27D524. Grayscale: #717171. Windows color (decimal): -2610469 or 14363352. OLE color: 14363352.

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

Color convert

RGB 216 42 219 -
CMYK 0.01 0.81 0 0.14
HSL 298.98º 0.71% 0.51% -
HSV(B) 298.98º 0.81% 0.86% -
XYZ 41.93 21.37 68.93 -
YUV 114.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 216 42 219 0.01 0.81 0 0.14 298.98 0.71 0.51
Hex D8 2A DB 1 51 0 E 12B 47 33
Octal 330 52 333 1 121 0 16 453 107 63
Binary 11011000 101010 11011011 1 1010001 0 1110 100101011 1000111 110011

Color Harmonies of #D82ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82ADB

Black with #D82ADB

Text Example


Text Example

White with #D82ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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