Html Css Color HEX #DB2177 Deep Cerise

📋 copy color: '#DB2177'

red 219 ◦ green 33 ◦ blue 119

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

Shades of Deep Cerise #DB2177

Tints of Deep Cerise #DB2177

RGB

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

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

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

R = 59.03%
G = 8.89%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2177 (or 0xDB2177) is known color: Deep Cerise. HEX triplet: DB, 21 and 77. RGB value is (219,33,119). Sum of RGB (Red+Green+Blue) = 219+33+119=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2177 is #24DE88. Grayscale: #626262. Windows color (decimal): -2416265 or 7807451. OLE color: 7807451.

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

Color convert

RGB 219 33 119 -
CMYK 0 0.85 0.46 0.14
HSL 332.26º 0.74% 0.49% -
HSV(B) 332.26º 0.85% 0.86% -
XYZ 33.09 17.48 19.08 -
YUV 98.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 219 33 119 0 0.85 0.46 0.14 332.26 0.74 0.49
Hex DB 21 77 0 55 2E E 14C 4A 31
Octal 333 41 167 0 125 56 16 514 112 61
Binary 11011011 100001 1110111 0 1010101 101110 1110 101001100 1001010 110001

Color Harmonies of #DB2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2177

Black with #DB2177

Text Example


Text Example

White with #DB2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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