Html Css Color HEX #DB21DE Deep Magenta

📋 copy color: '#DB21DE'

red 219 ◦ green 33 ◦ blue 222

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

Shades of Deep Magenta #DB21DE

Tints of Deep Magenta #DB21DE

RGB

 RED value IS 219 (85.94% from 255) = 46.2%

 GREEN value IS 33 (13.28% from 255) = 6.96%

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

R = 46.2%
G = 6.96%
B = 46.84%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB21DE (or 0xDB21DE) is known color: Deep Magenta. HEX triplet: DB, 21 and DE. RGB value is (219,33,222). Sum of RGB (Red+Green+Blue) = 219+33+222=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB21DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21DE is #24DE21. Grayscale: #6D6D6D. Windows color (decimal): -2416162 or 14557659. OLE color: 14557659.

HSL color Cylindrical-coordinate representation of color #DB21DE: hue angle of 299.05º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21DE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 33 222 -
CMYK 0.01 0.85 0 0.13
HSL 299.05º 0.74% 0.5% -
HSV(B) 299.05º 0.85% 0.87% -
XYZ 42.94 21.42 70.98 -
YUV 110.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 219 33 222 0.01 0.85 0 0.13 299.05 0.74 0.5
Hex DB 21 DE 1 55 0 D 12B 4A 32
Octal 333 41 336 1 125 0 15 453 112 62
Binary 11011011 100001 11011110 1 1010101 0 1101 100101011 1001010 110010

Color Harmonies of #DB21DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21DE

Black with #DB21DE

Text Example


Text Example

White with #DB21DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21DE; }

 p { color: rgb(219,33,222); }

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

background-color css

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

 a { background-color: rgb(219,33,222); }

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

border-color css

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

 span { border-color: rgb(219,33,222); }

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