Html Css Color HEX #DB2173 Cerise

📋 copy color: '#DB2173'

red 219 ◦ green 33 ◦ blue 115

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

Shades of Cerise #DB2173

Tints of Cerise #DB2173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 59.67%
G = 8.99%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2173 (or 0xDB2173) is known color: Cerise. HEX triplet: DB, 21 and 73. RGB value is (219,33,115). Sum of RGB (Red+Green+Blue) = 219+33+115=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2173 is #24DE8C. Grayscale: #616161. Windows color (decimal): -2416269 or 7545307. OLE color: 7545307.

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

Color convert

RGB 219 33 115 -
CMYK 0 0.85 0.47 0.14
HSL 333.55º 0.74% 0.49% -
HSV(B) 333.55º 0.85% 0.86% -
XYZ 32.85 17.39 17.84 -
YUV 97.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 219 33 115 0 0.85 0.47 0.14 333.55 0.74 0.49
Hex DB 21 73 0 55 2F E 14E 4A 31
Octal 333 41 163 0 125 57 16 516 112 61
Binary 11011011 100001 1110011 0 1010101 101111 1110 101001110 1001010 110001

Color Harmonies of #DB2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2173

Black with #DB2173

Text Example


Text Example

White with #DB2173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2173; }

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

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

background-color css

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

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

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

border-color css

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

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

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