Html Css Color HEX #DB4160 Cerise

📋 copy color: '#DB4160'

red 219 ◦ green 65 ◦ blue 96

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

Shades of Cerise #DB4160

Tints of Cerise #DB4160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 57.63%
G = 17.11%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB4160 (or 0xDB4160) is known color: Cerise. HEX triplet: DB, 41 and 60. RGB value is (219,65,96). Sum of RGB (Red+Green+Blue) = 219+65+96=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4160 is #24BE9F. Grayscale: #727272. Windows color (decimal): -2408096 or 6308315. OLE color: 6308315.

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

Color convert

RGB 219 65 96 -
CMYK 0 0.70 0.56 0.14
HSL 347.92º 0.68% 0.56% -
HSV(B) 347.92º 0.7% 0.86% -
XYZ 33.22 19.69 13.12 -
YUV 114.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 219 65 96 0 0.70 0.56 0.14 347.92 0.68 0.56
Hex DB 41 60 0 46 38 E 15C 44 38
Octal 333 101 140 0 106 70 16 534 104 70
Binary 11011011 1000001 1100000 0 1000110 111000 1110 101011100 1000100 111000

Color Harmonies of #DB4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4160

Black with #DB4160

Text Example


Text Example

White with #DB4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4160; }

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

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

background-color css

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

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

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

border-color css

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

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

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