Html Css Color HEX #DB2171 Cerise

📋 copy color: '#DB2171'

red 219 ◦ green 33 ◦ blue 113

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

Shades of Cerise #DB2171

Tints of Cerise #DB2171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 60%
G = 9.04%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2171 (or 0xDB2171) is known color: Cerise. HEX triplet: DB, 21 and 71. RGB value is (219,33,113). Sum of RGB (Red+Green+Blue) = 219+33+113=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2171 is #24DE8E. Grayscale: #616161. Windows color (decimal): -2416271 or 7414235. OLE color: 7414235.

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

Color convert

RGB 219 33 113 -
CMYK 0 0.85 0.48 0.14
HSL 334.19º 0.74% 0.49% -
HSV(B) 334.19º 0.85% 0.86% -
XYZ 32.74 17.34 17.24 -
YUV 97.73 136.62 214.5 -
System Red Green Blue C M Y K H S L
Decimal 219 33 113 0 0.85 0.48 0.14 334.19 0.74 0.49
Hex DB 21 71 0 55 30 E 14E 4A 31
Octal 333 41 161 0 125 60 16 516 112 61
Binary 11011011 100001 1110001 0 1010101 110000 1110 101001110 1001010 110001

Color Harmonies of #DB2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2171

Black with #DB2171

Text Example


Text Example

White with #DB2171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2171; }

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

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

background-color css

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

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

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

border-color css

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

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

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