Html Css Color HEX #DB21CD Deep Magenta

📋 copy color: '#DB21CD'

red 219 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #DB21CD

Tints of Deep Magenta #DB21CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 47.92%
G = 7.22%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB21CD (or 0xDB21CD) is known color: Deep Magenta. HEX triplet: DB, 21 and CD. RGB value is (219,33,205). Sum of RGB (Red+Green+Blue) = 219+33+205=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21CD is #24DE32. Grayscale: #6B6B6B. Windows color (decimal): -2416179 or 13443547. OLE color: 13443547.

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

Color convert

RGB 219 33 205 -
CMYK 0 0.85 0.06 0.14
HSL 304.52º 0.74% 0.49% -
HSV(B) 304.52º 0.85% 0.86% -
XYZ 40.78 20.56 59.58 -
YUV 108.22 182.62 207.01 -
System Red Green Blue C M Y K H S L
Decimal 219 33 205 0 0.85 0.06 0.14 304.52 0.74 0.49
Hex DB 21 CD 0 55 6 E 131 4A 31
Octal 333 41 315 0 125 6 16 461 112 61
Binary 11011011 100001 11001101 0 1010101 110 1110 100110001 1001010 110001

Color Harmonies of #DB21CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21CD

Black with #DB21CD

Text Example


Text Example

White with #DB21CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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