Shades of Cerise #DC305D
Tints of Cerise #DC305D
RGB
CMYK
RGB Variations
Color information
#DC305D (or 0xDC305D) is known color: Cerise. HEX triplet: DC, 30 and 5D. RGB value is (220,48,93). Sum of RGB (Red+Green+Blue) = 220+48+93=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC305D is #23CFA2. Grayscale: #686868. Windows color (decimal): -2346915 or 6107356. OLE color: 6107356.
HSL color Cylindrical-coordinate representation of color #DC305D: hue angle of 344.3º 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 #DC305D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 93 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.14 |
| HSL | 344.3º | 0.71% | 0.53% | - |
| HSV(B) | 344.3º | 0.78% | 0.86% | - |
| XYZ | 32.55 | 18.12 | 12.14 | - |
| YUV | 104.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 93 | 0 | 0.78 | 0.58 | 0.14 | 344.3 | 0.71 | 0.53 |
| Hex | DC | 30 | 5D | 0 | 4E | 3A | E | 158 | 47 | 35 |
| Octal | 334 | 60 | 135 | 0 | 116 | 72 | 16 | 530 | 107 | 65 |
| Binary | 11011100 | 110000 | 1011101 | 0 | 1001110 | 111010 | 1110 | 101011000 | 1000111 | 110101 |
Color Harmonies of #DC305D
Complementary color
Monochromatic Colors of #DC305D
Black with #DC305D
Text Example
Text Example
White with #DC305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC305D; }
p { color: rgb(220,48,93); }
H1.HeaderClassName
{
color: #DC305D;
}
.AnyTagClassName
{
color: #DC305D;
}
</style>
background-color css
<style>
a { background-color: #DC305D; }
a { background-color: rgb(220,48,93); }
div.DivClassName
{
background-color: #DC305D;
}
.BgClassName
{
background-color: #DC305D;
}
</style>
border-color css
<style>
span { border-color: #DC305D; }
span { border-color: rgb(220,48,93); }
td.TdClassName
{
border-color: #DC305D;
}
.TagClassName
{
border-color: #DC305D;
}
</style>