Html Css Color HEX #DB2170 Cerise

📋 copy color: '#DB2170'

red 219 ◦ green 33 ◦ blue 112

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

Shades of Cerise #DB2170

Tints of Cerise #DB2170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 60.16%
G = 9.07%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB2170 (or 0xDB2170) is known color: Cerise. HEX triplet: DB, 21 and 70. RGB value is (219,33,112). Sum of RGB (Red+Green+Blue) = 219+33+112=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2170 is #24DE8F. Grayscale: #616161. Windows color (decimal): -2416272 or 7348699. OLE color: 7348699.

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

Color convert

RGB 219 33 112 -
CMYK 0 0.85 0.49 0.14
HSL 334.52º 0.74% 0.49% -
HSV(B) 334.52º 0.85% 0.86% -
XYZ 32.68 17.32 16.95 -
YUV 97.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 219 33 112 0 0.85 0.49 0.14 334.52 0.74 0.49
Hex DB 21 70 0 55 31 E 14F 4A 31
Octal 333 41 160 0 125 61 16 517 112 61
Binary 11011011 100001 1110000 0 1010101 110001 1110 101001111 1001010 110001

Color Harmonies of #DB2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2170

Black with #DB2170

Text Example


Text Example

White with #DB2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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