Html Css Color HEX #DB22C9 Deep Magenta

📋 copy color: '#DB22C9'

red 219 ◦ green 34 ◦ blue 201

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

Shades of Deep Magenta #DB22C9

Tints of Deep Magenta #DB22C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 48.24%
G = 7.49%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB22C9 (or 0xDB22C9) is known color: Deep Magenta. HEX triplet: DB, 22 and C9. RGB value is (219,34,201). Sum of RGB (Red+Green+Blue) = 219+34+201=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22C9 is #24DD36. Grayscale: #6B6B6B. Windows color (decimal): -2415927 or 13181659. OLE color: 13181659.

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

Color convert

RGB 219 34 201 -
CMYK 0 0.84 0.08 0.14
HSL 305.84º 0.73% 0.5% -
HSV(B) 305.84º 0.84% 0.86% -
XYZ 40.33 20.42 57.07 -
YUV 108.35 180.29 206.92 -
System Red Green Blue C M Y K H S L
Decimal 219 34 201 0 0.84 0.08 0.14 305.84 0.73 0.5
Hex DB 22 C9 0 54 8 E 132 49 32
Octal 333 42 311 0 124 10 16 462 111 62
Binary 11011011 100010 11001001 0 1010100 1000 1110 100110010 1001001 110010

Color Harmonies of #DB22C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22C9

Black with #DB22C9

Text Example


Text Example

White with #DB22C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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