#DB3C6B

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

Shades of Cerise #DB3C6B

Tints of Cerise #DB3C6B

Color information

#DB3C6B (or 0xDB3C6B) is unknown color: approx Cerise. HEX triplet: DB, 3C and 6B. RGB value is (219,60,107). Sum of RGB (Red+Green+Blue) = 219+60+107=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C6B is #24C394. Grayscale: #707070. Windows color (decimal): -2409365 or 7027931. OLE color: 7027931.

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

Color convert

RGB21960107-
CMYK00.730.510.14
HSL342.26º68.83%54.71%-
HSV(B)342.26º72.6%85.88%-
XYZ33.4819.3515.88-
YUV112.9124.68203.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.74%
GREEN value IS 60 (23.83% from 255) = 15.54%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=56.74%
G=15.54%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196010700.730.510.14342.2668.8354.71
HexDB3C6B04933E1564537
Octal333741530111631652610567
Binary1101101111110011010110100100111001111101010101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3C6B; }

 p { color: rgb(219,60,107); }

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

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

 a { background-color: rgb(219,60,107); }

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

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

 span { border-color: rgb(219,60,107); }

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