Html Css Color HEX #DB2188 Deep Cerise

📋 copy color: '#DB2188'

red 219 ◦ green 33 ◦ blue 136

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

Shades of Deep Cerise #DB2188

Tints of Deep Cerise #DB2188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 56.44%
G = 8.51%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB2188 (or 0xDB2188) is known color: Deep Cerise. HEX triplet: DB, 21 and 88. RGB value is (219,33,136). Sum of RGB (Red+Green+Blue) = 219+33+136=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2188 is #24DE77. Grayscale: #646464. Windows color (decimal): -2416248 or 8921563. OLE color: 8921563.

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

Color convert

RGB 219 33 136 -
CMYK 0 0.85 0.38 0.14
HSL 326.77º 0.74% 0.49% -
HSV(B) 326.77º 0.85% 0.86% -
XYZ 34.2 17.93 24.95 -
YUV 100.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 219 33 136 0 0.85 0.38 0.14 326.77 0.74 0.49
Hex DB 21 88 0 55 26 E 147 4A 31
Octal 333 41 210 0 125 46 16 507 112 61
Binary 11011011 100001 10001000 0 1010101 100110 1110 101000111 1001010 110001

Color Harmonies of #DB2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2188

Black with #DB2188

Text Example


Text Example

White with #DB2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2188; }

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

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

background-color css

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

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

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

border-color css

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

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

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