#DB3E6C

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

Shades of Cerise #DB3E6C

Tints of Cerise #DB3E6C

Color information

#DB3E6C (or 0xDB3E6C) is unknown color: approx Cerise. HEX triplet: DB, 3E and 6C. RGB value is (219,62,108). Sum of RGB (Red+Green+Blue) = 219+62+108=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E6C is #24C193. Grayscale: #727272. Windows color (decimal): -2408852 or 7093979. OLE color: 7093979.

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

Color convert

RGB21962108-
CMYK00.720.510.14
HSL342.42º68.56%55.1%-
HSV(B)342.42º71.69%85.88%-
XYZ33.6419.5916.2-
YUV114.19124.51202.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 62 (24.61% from 255) = 15.94%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=56.30%
G=15.94%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196210800.720.510.14342.4268.5655.1
HexDB3E6C04833E1564537
Octal333761540110631652610567
Binary1101101111111011011000100100011001111101010101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3E6C; }

 p { color: rgb(219,62,108); }

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

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

 a { background-color: rgb(219,62,108); }

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

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

 span { border-color: rgb(219,62,108); }

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