Html Css Color HEX #DB21DB Deep Magenta

📋 copy color: '#DB21DB'

red 219 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #DB21DB

Tints of Deep Magenta #DB21DB

RGB

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

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

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

R = 46.5%
G = 7.01%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB21DB (or 0xDB21DB) is known color: Deep Magenta. HEX triplet: DB, 21 and DB. RGB value is (219,33,219). Sum of RGB (Red+Green+Blue) = 219+33+219=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21DB is #24DE24. Grayscale: #6D6D6D. Windows color (decimal): -2416165 or 14361051. OLE color: 14361051.

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

Color convert

RGB 219 33 219 -
CMYK 0 0.85 0 0.14
HSL 300º 0.74% 0.49% -
HSV(B) 300º 0.85% 0.86% -
XYZ 42.54 21.26 68.88 -
YUV 109.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 219 33 219 0 0.85 0 0.14 300 0.74 0.49
Hex DB 21 DB 0 55 0 E 12C 4A 31
Octal 333 41 333 0 125 0 16 454 112 61
Binary 11011011 100001 11011011 0 1010101 0 1110 100101100 1001010 110001

Color Harmonies of #DB21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21DB

Black with #DB21DB

Text Example


Text Example

White with #DB21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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