Html Css Color HEX #DB2187 Deep Cerise

📋 copy color: '#DB2187'

red 219 ◦ green 33 ◦ blue 135

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

Shades of Deep Cerise #DB2187

Tints of Deep Cerise #DB2187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 56.59%
G = 8.53%
B = 34.88%

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

#DB2187 (or 0xDB2187) is known color: Deep Cerise. HEX triplet: DB, 21 and 87. RGB value is (219,33,135). Sum of RGB (Red+Green+Blue) = 219+33+135=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2187 is #24DE78. Grayscale: #646464. Windows color (decimal): -2416249 or 8856027. OLE color: 8856027.

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

Color convert

RGB 219 33 135 -
CMYK 0 0.85 0.38 0.14
HSL 327.1º 0.74% 0.49% -
HSV(B) 327.1º 0.85% 0.86% -
XYZ 34.13 17.9 24.58 -
YUV 100.24 147.62 212.71 -
System Red Green Blue C M Y K H S L
Decimal 219 33 135 0 0.85 0.38 0.14 327.1 0.74 0.49
Hex DB 21 87 0 55 26 E 147 4A 31
Octal 333 41 207 0 125 46 16 507 112 61
Binary 11011011 100001 10000111 0 1010101 100110 1110 101000111 1001010 110001

Color Harmonies of #DB2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2187

Black with #DB2187

Text Example


Text Example

White with #DB2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2187; }

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

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

background-color css

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

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

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

border-color css

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

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

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