Shades of Cerise #DC305C
Tints of Cerise #DC305C
RGB
CMYK
RGB Variations
Color information
#DC305C (or 0xDC305C) is known color: Cerise. HEX triplet: DC, 30 and 5C. RGB value is (220,48,92). Sum of RGB (Red+Green+Blue) = 220+48+92=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC305C is #23CFA3. Grayscale: #686868. Windows color (decimal): -2346916 or 6041820. OLE color: 6041820.
HSL color Cylindrical-coordinate representation of color #DC305C: hue angle of 344.65º 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 #DC305C is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 92 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.14 |
| HSL | 344.65º | 0.71% | 0.53% | - |
| HSV(B) | 344.65º | 0.78% | 0.86% | - |
| XYZ | 32.5 | 18.1 | 11.91 | - |
| YUV | 104.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 92 | 0 | 0.78 | 0.58 | 0.14 | 344.65 | 0.71 | 0.53 |
| Hex | DC | 30 | 5C | 0 | 4E | 3A | E | 159 | 47 | 35 |
| Octal | 334 | 60 | 134 | 0 | 116 | 72 | 16 | 531 | 107 | 65 |
| Binary | 11011100 | 110000 | 1011100 | 0 | 1001110 | 111010 | 1110 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DC305C
Complementary color
Monochromatic Colors of #DC305C
Black with #DC305C
Text Example
Text Example
White with #DC305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC305C; }
p { color: rgb(220,48,92); }
H1.HeaderClassName
{
color: #DC305C;
}
.AnyTagClassName
{
color: #DC305C;
}
</style>
background-color css
<style>
a { background-color: #DC305C; }
a { background-color: rgb(220,48,92); }
div.DivClassName
{
background-color: #DC305C;
}
.BgClassName
{
background-color: #DC305C;
}
</style>
border-color css
<style>
span { border-color: #DC305C; }
span { border-color: rgb(220,48,92); }
td.TdClassName
{
border-color: #DC305C;
}
.TagClassName
{
border-color: #DC305C;
}
</style>