Html Css Color HEX #DB22DA Deep Magenta

📋 copy color: '#DB22DA'

red 219 ◦ green 34 ◦ blue 218

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

Shades of Deep Magenta #DB22DA

Tints of Deep Magenta #DB22DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.22%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 46.5%
G = 7.22%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB22DA (or 0xDB22DA) is known color: Deep Magenta. HEX triplet: DB, 22 and DA. RGB value is (219,34,218). Sum of RGB (Red+Green+Blue) = 219+34+218=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22DA is #24DD25. Grayscale: #6D6D6D. Windows color (decimal): -2415910 or 14295771. OLE color: 14295771.

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

Color convert

RGB 219 34 218 -
CMYK 0 0.84 0.00 0.14
HSL 300.32º 0.73% 0.5% -
HSV(B) 300.32º 0.84% 0.86% -
XYZ 42.44 21.27 68.2 -
YUV 110.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 219 34 218 0 0.84 0.00 0.14 300.32 0.73 0.5
Hex DB 22 DA 0 54 0 E 12C 49 32
Octal 333 42 332 0 124 0 16 454 111 62
Binary 11011011 100010 11011010 0 1010100 0 1110 100101100 1001001 110010

Color Harmonies of #DB22DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22DA

Black with #DB22DA

Text Example


Text Example

White with #DB22DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22DA; }

 p { color: rgb(219,34,218); }

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

background-color css

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

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

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

border-color css

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

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

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