#DB395C

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

Shades of Cerise #DB395C

Tints of Cerise #DB395C

Color information

#DB395C (or 0xDB395C) is unknown color: approx Cerise. HEX triplet: DB, 39 and 5C. RGB value is (219,57,92). Sum of RGB (Red+Green+Blue) = 219+57+92=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB395C is #24C6A3. Grayscale: #6D6D6D. Windows color (decimal): -2410148 or 6044123. OLE color: 6044123.

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

Color convert

RGB2195792-
CMYK00.740.580.14
HSL347.04º69.23%54.12%-
HSV(B)347.04º73.97%85.88%-
XYZ32.6118.7612.03-
YUV109.43118.17206.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 92 (36.33% from 255) = 25%
R=59.51%
G=15.49%
B=25%

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
Decimal219579200.740.580.14347.0469.2354.12
HexDB395C04A3AE15b4536
Octal333711340112721653310566
Binary1101101111100110111000100101011101011101010110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB395C; }

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

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

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

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

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

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

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

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