#dc3c62

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

Shades of Cerise #DC3C62

Tints of Cerise #DC3C62

Color information

#DC3C62 (or 0xDC3C62) is unknown color: approx Cerise. HEX triplet: DC, 3C and 62. RGB value is (220,60,98). Sum of RGB (Red+Green+Blue) = 220+60+98=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C62 is #23C39D. Grayscale: #707070. Windows color (decimal): -2343838 or 6438108. OLE color: 6438108.

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

Color convert

RGB2206098-
CMYK00.730.550.14
HSL345.75º69.57%54.9%-
HSV(B)345.75º72.73%86.27%-
XYZ33.3419.3313.53-
YUV112.17120.01204.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.20%
GREEN value IS 60 (23.83% from 255) = 15.87%
BLUE value IS 98 (38.67% from 255) = 25.93%
R=58.20%
G=15.87%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220609800.730.550.14345.7569.5754.9
HexDC3C6204937E15a4637
Octal334741420111671653210667
Binary1101110011110011000100100100111011111101010110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3c62; }

 p { color: rgb(220,60,98); }

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

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

 a { background-color: rgb(220,60,98); }

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

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

 span { border-color: rgb(220,60,98); }

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