Html Css Color HEX #D920DB Deep Magenta

📋 copy color: '#D920DB'

red 217 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #D920DB

Tints of Deep Magenta #D920DB

RGB

 RED value IS 217 (85.16% from 255) = 46.37%

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

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

R = 46.37%
G = 6.84%
B = 46.79%

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

#D920DB (or 0xD920DB) is known color: Deep Magenta. HEX triplet: D9, 20 and DB. RGB value is (217,32,219). Sum of RGB (Red+Green+Blue) = 217+32+219=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D920DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920DB is #26DF24. Grayscale: #6C6C6C. Windows color (decimal): -2547493 or 14360793. OLE color: 14360793.

HSL color Cylindrical-coordinate representation of color #D920DB: hue angle of 299.36º 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 #D920DB is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 32 219 -
CMYK 0.01 0.85 0 0.14
HSL 299.36º 0.75% 0.49% -
HSV(B) 299.36º 0.85% 0.86% -
XYZ 41.92 20.9 68.84 -
YUV 108.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 217 32 219 0.01 0.85 0 0.14 299.36 0.75 0.49
Hex D9 20 DB 1 55 0 E 12B 4B 31
Octal 331 40 333 1 125 0 16 453 113 61
Binary 11011001 100000 11011011 1 1010101 0 1110 100101011 1001011 110001

Color Harmonies of #D920DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D920DB

Black with #D920DB

Text Example


Text Example

White with #D920DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D920DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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