#DB3C74

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

Shades of Cerise #DB3C74

Tints of Cerise #DB3C74

Color information

#DB3C74 (or 0xDB3C74) is unknown color: approx Cerise. HEX triplet: DB, 3C and 74. RGB value is (219,60,116). Sum of RGB (Red+Green+Blue) = 219+60+116=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C74 is #24C38B. Grayscale: #717171. Windows color (decimal): -2409356 or 7617755. OLE color: 7617755.

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

Color convert

RGB21960116-
CMYK00.730.470.14
HSL338.87º68.83%54.71%-
HSV(B)338.87º72.6%85.88%-
XYZ33.9819.5518.51-
YUV113.92129.18202.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.44%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=55.44%
G=15.19%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196011600.730.470.14338.8768.8354.71
HexDB3C740492FE1534537
Octal333741640111571652310567
Binary1101101111110011101000100100110111111101010100111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3C74; }

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

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

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

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

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

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

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

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