#DB395D

Color #DB395D Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DB395D

Tints of Cerise #DB395D

Color information

#DB395D (or 0xDB395D) is unknown color: approx Cerise. HEX triplet: DB, 39 and 5D. RGB value is (219,57,93). Sum of RGB (Red+Green+Blue) = 219+57+93=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB395D is #24C6A2. Grayscale: #6D6D6D. Windows color (decimal): -2410147 or 6109659. OLE color: 6109659.

HSL color Cylindrical-coordinate representation of color #DB395D: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB395D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB2195793-
CMYK00.740.580.14
HSL346.67º69.23%54.12%-
HSV(B)346.67º73.97%85.88%-
XYZ32.6518.7812.26-
YUV109.54118.67206.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.35%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=59.35%
G=15.45%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219579300.740.580.14346.6769.2354.12
HexDB395D04A3AE15b4536
Octal333711350112721653310566
Binary1101101111100110111010100101011101011101010110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB395D; }

 p { color: rgb(219,57,93); }

 H1.HeaderClassName
 {
   color: #DB395D;
 }
 .AnyTagClassName
 {
   color: #DB395D;
 }
</style>
background-color css

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

 a { background-color: rgb(219,57,93); }

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

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

 span { border-color: rgb(219,57,93); }

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