Shades of Cerise #D5305A
Tints of Cerise #D5305A
RGB
CMYK
RGB Variations
Color information
#D5305A (or 0xD5305A) is known color: Cerise. HEX triplet: D5, 30 and 5A. RGB value is (213,48,90). Sum of RGB (Red+Green+Blue) = 213+48+90=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D5305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5305A is #2ACFA5. Grayscale: #666666. Windows color (decimal): -2805670 or 5910741. OLE color: 5910741.
HSL color Cylindrical-coordinate representation of color #D5305A: hue angle of 344.73º 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 #D5305A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 90 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.16 |
| HSL | 344.73º | 0.66% | 0.51% | - |
| HSV(B) | 344.73º | 0.77% | 0.84% | - |
| XYZ | 30.34 | 17 | 11.35 | - |
| YUV | 102.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 90 | 0 | 0.77 | 0.58 | 0.16 | 344.73 | 0.66 | 0.51 |
| Hex | D5 | 30 | 5A | 0 | 4D | 3A | 10 | 159 | 42 | 33 |
| Octal | 325 | 60 | 132 | 0 | 115 | 72 | 20 | 531 | 102 | 63 |
| Binary | 11010101 | 110000 | 1011010 | 0 | 1001101 | 111010 | 10000 | 101011001 | 1000010 | 110011 |
Color Harmonies of #D5305A
Complementary color
Monochromatic Colors of #D5305A
Black with #D5305A
Text Example
Text Example
White with #D5305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5305A; }
p { color: rgb(213,48,90); }
H1.HeaderClassName
{
color: #D5305A;
}
.AnyTagClassName
{
color: #D5305A;
}
</style>
background-color css
<style>
a { background-color: #D5305A; }
a { background-color: rgb(213,48,90); }
div.DivClassName
{
background-color: #D5305A;
}
.BgClassName
{
background-color: #D5305A;
}
</style>
border-color css
<style>
span { border-color: #D5305A; }
span { border-color: rgb(213,48,90); }
td.TdClassName
{
border-color: #D5305A;
}
.TagClassName
{
border-color: #D5305A;
}
</style>