Html Css Color HEX #DB3160 Cerise

📋 copy color: '#DB3160'

red 219 ◦ green 49 ◦ blue 96

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

Shades of Cerise #DB3160

Tints of Cerise #DB3160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 60.16%
G = 13.46%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB3160 (or 0xDB3160) is known color: Cerise. HEX triplet: DB, 31 and 60. RGB value is (219,49,96). Sum of RGB (Red+Green+Blue) = 219+49+96=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3160 is #24CE9F. Grayscale: #696969. Windows color (decimal): -2412192 or 6304219. OLE color: 6304219.

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

Color convert

RGB 219 49 96 -
CMYK 0 0.78 0.56 0.14
HSL 343.41º 0.7% 0.53% -
HSV(B) 343.41º 0.78% 0.86% -
XYZ 32.42 18.1 12.85 -
YUV 105.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 219 49 96 0 0.78 0.56 0.14 343.41 0.7 0.53
Hex DB 31 60 0 4E 38 E 157 46 35
Octal 333 61 140 0 116 70 16 527 106 65
Binary 11011011 110001 1100000 0 1001110 111000 1110 101010111 1000110 110101

Color Harmonies of #DB3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3160

Black with #DB3160

Text Example


Text Example

White with #DB3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3160; }

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

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

background-color css

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

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

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

border-color css

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

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

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