#DC3F60

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

Shades of Cerise #DC3F60

Tints of Cerise #DC3F60

Color information

#DC3F60 (or 0xDC3F60) is unknown color: approx Cerise. HEX triplet: DC, 3F and 60. RGB value is (220,63,96). Sum of RGB (Red+Green+Blue) = 220+63+96=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F60 is #23C09F. Grayscale: #717171. Windows color (decimal): -2343072 or 6307804. OLE color: 6307804.

HSL color Cylindrical-coordinate representation of color #DC3F60: hue angle of 347.39º degrees, saturation: 0.69, 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 #DC3F60 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB2206396-
CMYK00.710.560.14
HSL347.39º69.16%55.49%-
HSV(B)347.39º71.36%86.27%-
XYZ33.419.6213.09-
YUV113.7118.01203.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=58.05%
G=16.62%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220639600.710.560.14347.3969.1655.49
HexDC3F6004738E15b4537
Octal334771400107701653310567
Binary1101110011111111000000100011111100011101010110111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F60; }

 p { color: rgb(220,63,96); }

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

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

 a { background-color: rgb(220,63,96); }

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

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

 span { border-color: rgb(220,63,96); }

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