Html Css Color HEX #DB21DC Deep Magenta

📋 copy color: '#DB21DC'

red 219 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #DB21DC

Tints of Deep Magenta #DB21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 46.4%
G = 6.99%
B = 46.61%

CMYK

 C value IS 0.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB21DC (or 0xDB21DC) is known color: Deep Magenta. HEX triplet: DB, 21 and DC. RGB value is (219,33,220). Sum of RGB (Red+Green+Blue) = 219+33+220=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21DC is #24DE23. Grayscale: #6D6D6D. Windows color (decimal): -2416164 or 14426587. OLE color: 14426587.

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

Color convert

RGB 219 33 220 -
CMYK 0.00 0.85 0 0.14
HSL 299.68º 0.74% 0.5% -
HSV(B) 299.68º 0.85% 0.86% -
XYZ 42.68 21.32 69.58 -
YUV 109.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 219 33 220 0.00 0.85 0 0.14 299.68 0.74 0.5
Hex DB 21 DC 0 55 0 E 12C 4A 32
Octal 333 41 334 0 125 0 16 454 112 62
Binary 11011011 100001 11011100 0 1010101 0 1110 100101100 1001010 110010

Color Harmonies of #DB21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21DC

Black with #DB21DC

Text Example


Text Example

White with #DB21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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