Html Css Color HEX #DB2377 Deep Cerise

📋 copy color: '#DB2377'

red 219 ◦ green 35 ◦ blue 119

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

Shades of Deep Cerise #DB2377

Tints of Deep Cerise #DB2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 58.71%
G = 9.38%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2377 (or 0xDB2377) is known color: Deep Cerise. HEX triplet: DB, 23 and 77. RGB value is (219,35,119). Sum of RGB (Red+Green+Blue) = 219+35+119=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2377 is #24DC88. Grayscale: #636363. Windows color (decimal): -2415753 or 7807963. OLE color: 7807963.

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

Color convert

RGB 219 35 119 -
CMYK 0 0.84 0.46 0.14
HSL 332.61º 0.72% 0.5% -
HSV(B) 332.61º 0.84% 0.86% -
XYZ 33.14 17.59 19.1 -
YUV 99.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 219 35 119 0 0.84 0.46 0.14 332.61 0.72 0.5
Hex DB 23 77 0 54 2E E 14D 48 32
Octal 333 43 167 0 124 56 16 515 110 62
Binary 11011011 100011 1110111 0 1010100 101110 1110 101001101 1001000 110010

Color Harmonies of #DB2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2377

Black with #DB2377

Text Example


Text Example

White with #DB2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2377; }

 p { color: rgb(219,35,119); }

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

background-color css

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

 a { background-color: rgb(219,35,119); }

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

border-color css

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

 span { border-color: rgb(219,35,119); }

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