Shades of Cerise #D54260
Tints of Cerise #D54260
RGB
CMYK
RGB Variations
Color information
#D54260 (or 0xD54260) is known color: Cerise. HEX triplet: D5, 42 and 60. RGB value is (213,66,96). Sum of RGB (Red+Green+Blue) = 213+66+96=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D54260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54260 is #2ABD9F. Grayscale: #717171. Windows color (decimal): -2801056 or 6308565. OLE color: 6308565.
HSL color Cylindrical-coordinate representation of color #D54260: hue angle of 347.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54260 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 96 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.16 |
| HSL | 347.76º | 0.64% | 0.55% | - |
| HSV(B) | 347.76º | 0.69% | 0.84% | - |
| XYZ | 31.5 | 18.89 | 13.05 | - |
| YUV | 113.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 96 | 0 | 0.69 | 0.55 | 0.16 | 347.76 | 0.64 | 0.55 |
| Hex | D5 | 42 | 60 | 0 | 45 | 37 | 10 | 15C | 40 | 37 |
| Octal | 325 | 102 | 140 | 0 | 105 | 67 | 20 | 534 | 100 | 67 |
| Binary | 11010101 | 1000010 | 1100000 | 0 | 1000101 | 110111 | 10000 | 101011100 | 1000000 | 110111 |
Color Harmonies of #D54260
Complementary color
Monochromatic Colors of #D54260
Black with #D54260
Text Example
Text Example
White with #D54260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54260; }
p { color: rgb(213,66,96); }
H1.HeaderClassName
{
color: #D54260;
}
.AnyTagClassName
{
color: #D54260;
}
</style>
background-color css
<style>
a { background-color: #D54260; }
a { background-color: rgb(213,66,96); }
div.DivClassName
{
background-color: #D54260;
}
.BgClassName
{
background-color: #D54260;
}
</style>
border-color css
<style>
span { border-color: #D54260; }
span { border-color: rgb(213,66,96); }
td.TdClassName
{
border-color: #D54260;
}
.TagClassName
{
border-color: #D54260;
}
</style>