#DB4064

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

Shades of Cerise #DB4064

Tints of Cerise #DB4064

Color information

#DB4064 (or 0xDB4064) is unknown color: approx Cerise. HEX triplet: DB, 40 and 64. RGB value is (219,64,100). Sum of RGB (Red+Green+Blue) = 219+64+100=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4064 is #24BF9B. Grayscale: #727272. Windows color (decimal): -2408348 or 6570203. OLE color: 6570203.

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

Color convert

RGB21964100-
CMYK00.710.540.14
HSL346.06º68.28%55.49%-
HSV(B)346.06º70.78%85.88%-
XYZ33.3519.6514.09-
YUV114.45119.85202.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.18%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=57.18%
G=16.71%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196410000.710.540.14346.0668.2855.49
HexDB406404736E15a4437
Octal3331001440107661653210467
Binary11011011100000011001000100011111011011101010110101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4064; }

 p { color: rgb(219,64,100); }

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

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

 a { background-color: rgb(219,64,100); }

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

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

 span { border-color: rgb(219,64,100); }

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