Html Css Color HEX #DB3173 Cerise

📋 copy color: '#DB3173'

red 219 ◦ green 49 ◦ blue 115

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

Shades of Cerise #DB3173

Tints of Cerise #DB3173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

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

R = 57.18%
G = 12.79%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB3173 (or 0xDB3173) is known color: Cerise. HEX triplet: DB, 31 and 73. RGB value is (219,49,115). Sum of RGB (Red+Green+Blue) = 219+49+115=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3173 is #24CE8C. Grayscale: #6B6B6B. Windows color (decimal): -2412173 or 7549403. OLE color: 7549403.

HSL color Cylindrical-coordinate representation of color #DB3173: hue angle of 336.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3173 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 115 -
CMYK 0 0.78 0.47 0.14
HSL 336.71º 0.7% 0.53% -
HSV(B) 336.71º 0.78% 0.86% -
XYZ 33.41 18.49 18.03 -
YUV 107.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 219 49 115 0 0.78 0.47 0.14 336.71 0.7 0.53
Hex DB 31 73 0 4E 2F E 151 46 35
Octal 333 61 163 0 116 57 16 521 106 65
Binary 11011011 110001 1110011 0 1001110 101111 1110 101010001 1000110 110101

Color Harmonies of #DB3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3173

Black with #DB3173

Text Example


Text Example

White with #DB3173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3173; }

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

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

background-color css

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

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

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

border-color css

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

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

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