Shades of Cerise #D53258
Tints of Cerise #D53258
RGB
CMYK
RGB Variations
Color information
#D53258 (or 0xD53258) is known color: Cerise. HEX triplet: D5, 32 and 58. RGB value is (213,50,88). Sum of RGB (Red+Green+Blue) = 213+50+88=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D53258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53258 is #2ACDA7. Grayscale: #676767. Windows color (decimal): -2805160 or 5780181. OLE color: 5780181.
HSL color Cylindrical-coordinate representation of color #D53258: hue angle of 346.01º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53258 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 88 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.16 |
| HSL | 346.01º | 0.66% | 0.52% | - |
| HSV(B) | 346.01º | 0.77% | 0.84% | - |
| XYZ | 30.34 | 17.13 | 10.94 | - |
| YUV | 103.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 88 | 0 | 0.77 | 0.59 | 0.16 | 346.01 | 0.66 | 0.52 |
| Hex | D5 | 32 | 58 | 0 | 4D | 3B | 10 | 15A | 42 | 34 |
| Octal | 325 | 62 | 130 | 0 | 115 | 73 | 20 | 532 | 102 | 64 |
| Binary | 11010101 | 110010 | 1011000 | 0 | 1001101 | 111011 | 10000 | 101011010 | 1000010 | 110100 |
Color Harmonies of #D53258
Complementary color
Monochromatic Colors of #D53258
Black with #D53258
Text Example
Text Example
White with #D53258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53258; }
p { color: rgb(213,50,88); }
H1.HeaderClassName
{
color: #D53258;
}
.AnyTagClassName
{
color: #D53258;
}
</style>
background-color css
<style>
a { background-color: #D53258; }
a { background-color: rgb(213,50,88); }
div.DivClassName
{
background-color: #D53258;
}
.BgClassName
{
background-color: #D53258;
}
</style>
border-color css
<style>
span { border-color: #D53258; }
span { border-color: rgb(213,50,88); }
td.TdClassName
{
border-color: #D53258;
}
.TagClassName
{
border-color: #D53258;
}
</style>