#DC3060

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

Shades of Cerise #DC3060

Tints of Cerise #DC3060

Color information

#DC3060 (or 0xDC3060) is unknown color: approx Cerise. HEX triplet: DC, 30 and 60. RGB value is (220,48,96). Sum of RGB (Red+Green+Blue) = 220+48+96=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3060 is #23CF9F. Grayscale: #686868. Windows color (decimal): -2346912 or 6303964. OLE color: 6303964.

HSL color Cylindrical-coordinate representation of color #DC3060: hue angle of 343.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3060 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB2204896-
CMYK00.780.560.14
HSL343.26º71.07%52.55%-
HSV(B)343.26º78.18%86.27%-
XYZ32.6818.1712.85-
YUV104.9122.98210.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 48 (19.14% from 255) = 13.19%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=60.44%
G=13.19%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220489600.780.560.14343.2671.0752.55
HexDC306004E38E1574735
Octal334601400116701652710765
Binary1101110011000011000000100111011100011101010101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3060; }

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

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

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

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

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

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

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

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