Html Css Color HEX #D820DB Deep Magenta

📋 copy color: '#D820DB'

red 216 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #D820DB

Tints of Deep Magenta #D820DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

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

R = 46.25%
G = 6.85%
B = 46.9%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D820DB (or 0xD820DB) is known color: Deep Magenta. HEX triplet: D8, 20 and DB. RGB value is (216,32,219). Sum of RGB (Red+Green+Blue) = 216+32+219=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #D820DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D820DB is #27DF24. Grayscale: #6B6B6B. Windows color (decimal): -2613029 or 14360792. OLE color: 14360792.

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

Color convert

RGB 216 32 219 -
CMYK 0.01 0.85 0 0.14
HSL 299.04º 0.75% 0.49% -
HSV(B) 299.04º 0.85% 0.86% -
XYZ 41.62 20.75 68.83 -
YUV 108.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 216 32 219 0.01 0.85 0 0.14 299.04 0.75 0.49
Hex D8 20 DB 1 55 0 E 12B 4B 31
Octal 330 40 333 1 125 0 16 453 113 61
Binary 11011000 100000 11011011 1 1010101 0 1110 100101011 1001011 110001

Color Harmonies of #D820DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820DB

Black with #D820DB

Text Example


Text Example

White with #D820DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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