Shades of Cerise #D5305F
Tints of Cerise #D5305F
RGB
CMYK
RGB Variations
Color information
#D5305F (or 0xD5305F) is known color: Cerise. HEX triplet: D5, 30 and 5F. RGB value is (213,48,95). Sum of RGB (Red+Green+Blue) = 213+48+95=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5305F is #2ACFA0. Grayscale: #666666. Windows color (decimal): -2805665 or 6238421. OLE color: 6238421.
HSL color Cylindrical-coordinate representation of color #D5305F: hue angle of 342.91º 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 #D5305F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 95 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.16 |
| HSL | 342.91º | 0.66% | 0.51% | - |
| HSV(B) | 342.91º | 0.77% | 0.84% | - |
| XYZ | 30.56 | 17.09 | 12.51 | - |
| YUV | 102.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 95 | 0 | 0.77 | 0.55 | 0.16 | 342.91 | 0.66 | 0.51 |
| Hex | D5 | 30 | 5F | 0 | 4D | 37 | 10 | 157 | 42 | 33 |
| Octal | 325 | 60 | 137 | 0 | 115 | 67 | 20 | 527 | 102 | 63 |
| Binary | 11010101 | 110000 | 1011111 | 0 | 1001101 | 110111 | 10000 | 101010111 | 1000010 | 110011 |
Color Harmonies of #D5305F
Complementary color
Monochromatic Colors of #D5305F
Black with #D5305F
Text Example
Text Example
White with #D5305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5305F; }
p { color: rgb(213,48,95); }
H1.HeaderClassName
{
color: #D5305F;
}
.AnyTagClassName
{
color: #D5305F;
}
</style>
background-color css
<style>
a { background-color: #D5305F; }
a { background-color: rgb(213,48,95); }
div.DivClassName
{
background-color: #D5305F;
}
.BgClassName
{
background-color: #D5305F;
}
</style>
border-color css
<style>
span { border-color: #D5305F; }
span { border-color: rgb(213,48,95); }
td.TdClassName
{
border-color: #D5305F;
}
.TagClassName
{
border-color: #D5305F;
}
</style>