Html Css Color HEX #DB219A Deep Cerise

📋 copy color: '#DB219A'

red 219 ◦ green 33 ◦ blue 154

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

Shades of Deep Cerise #DB219A

Tints of Deep Cerise #DB219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 53.94%
G = 8.13%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB219A (or 0xDB219A) is known color: Deep Cerise. HEX triplet: DB, 21 and 9A. RGB value is (219,33,154). Sum of RGB (Red+Green+Blue) = 219+33+154=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB219A is #24DE65. Grayscale: #666666. Windows color (decimal): -2416230 or 10101211. OLE color: 10101211.

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

Color convert

RGB 219 33 154 -
CMYK 0 0.85 0.30 0.14
HSL 320.97º 0.74% 0.49% -
HSV(B) 320.97º 0.85% 0.86% -
XYZ 35.59 18.48 32.26 -
YUV 102.41 157.12 211.16 -
System Red Green Blue C M Y K H S L
Decimal 219 33 154 0 0.85 0.30 0.14 320.97 0.74 0.49
Hex DB 21 9A 0 55 1E E 141 4A 31
Octal 333 41 232 0 125 36 16 501 112 61
Binary 11011011 100001 10011010 0 1010101 11110 1110 101000001 1001010 110001

Color Harmonies of #DB219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB219A

Black with #DB219A

Text Example


Text Example

White with #DB219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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