Shades of Cerise #DC305A
Tints of Cerise #DC305A
RGB
CMYK
RGB Variations
Color information
#DC305A (or 0xDC305A) is known color: Cerise. HEX triplet: DC, 30 and 5A. RGB value is (220,48,90). Sum of RGB (Red+Green+Blue) = 220+48+90=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC305A is #23CFA5. Grayscale: #686868. Windows color (decimal): -2346918 or 5910748. OLE color: 5910748.
HSL color Cylindrical-coordinate representation of color #DC305A: hue angle of 345.35º 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 #DC305A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 90 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.14 |
| HSL | 345.35º | 0.71% | 0.53% | - |
| HSV(B) | 345.35º | 0.78% | 0.86% | - |
| XYZ | 32.42 | 18.07 | 11.45 | - |
| YUV | 104.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 90 | 0 | 0.78 | 0.59 | 0.14 | 345.35 | 0.71 | 0.53 |
| Hex | DC | 30 | 5A | 0 | 4E | 3B | E | 159 | 47 | 35 |
| Octal | 334 | 60 | 132 | 0 | 116 | 73 | 16 | 531 | 107 | 65 |
| Binary | 11011100 | 110000 | 1011010 | 0 | 1001110 | 111011 | 1110 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DC305A
Complementary color
Monochromatic Colors of #DC305A
Black with #DC305A
Text Example
Text Example
White with #DC305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC305A; }
p { color: rgb(220,48,90); }
H1.HeaderClassName
{
color: #DC305A;
}
.AnyTagClassName
{
color: #DC305A;
}
</style>
background-color css
<style>
a { background-color: #DC305A; }
a { background-color: rgb(220,48,90); }
div.DivClassName
{
background-color: #DC305A;
}
.BgClassName
{
background-color: #DC305A;
}
</style>
border-color css
<style>
span { border-color: #DC305A; }
span { border-color: rgb(220,48,90); }
td.TdClassName
{
border-color: #DC305A;
}
.TagClassName
{
border-color: #DC305A;
}
</style>