Shades of Cerise #D5305C
Tints of Cerise #D5305C
RGB
CMYK
RGB Variations
Color information
#D5305C (or 0xD5305C) is known color: Cerise. HEX triplet: D5, 30 and 5C. RGB value is (213,48,92). Sum of RGB (Red+Green+Blue) = 213+48+92=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5305C is #2ACFA3. Grayscale: #666666. Windows color (decimal): -2805668 or 6041813. OLE color: 6041813.
HSL color Cylindrical-coordinate representation of color #D5305C: hue angle of 344º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5305C is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 92 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.16 |
| HSL | 344º | 0.66% | 0.51% | - |
| HSV(B) | 344º | 0.77% | 0.84% | - |
| XYZ | 30.43 | 17.03 | 11.81 | - |
| YUV | 102.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 92 | 0 | 0.77 | 0.57 | 0.16 | 344 | 0.66 | 0.51 |
| Hex | D5 | 30 | 5C | 0 | 4D | 39 | 10 | 158 | 42 | 33 |
| Octal | 325 | 60 | 134 | 0 | 115 | 71 | 20 | 530 | 102 | 63 |
| Binary | 11010101 | 110000 | 1011100 | 0 | 1001101 | 111001 | 10000 | 101011000 | 1000010 | 110011 |
Color Harmonies of #D5305C
Complementary color
Monochromatic Colors of #D5305C
Black with #D5305C
Text Example
Text Example
White with #D5305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5305C; }
p { color: rgb(213,48,92); }
H1.HeaderClassName
{
color: #D5305C;
}
.AnyTagClassName
{
color: #D5305C;
}
</style>
background-color css
<style>
a { background-color: #D5305C; }
a { background-color: rgb(213,48,92); }
div.DivClassName
{
background-color: #D5305C;
}
.BgClassName
{
background-color: #D5305C;
}
</style>
border-color css
<style>
span { border-color: #D5305C; }
span { border-color: rgb(213,48,92); }
td.TdClassName
{
border-color: #D5305C;
}
.TagClassName
{
border-color: #D5305C;
}
</style>