Shades of Cerise #D5256C
Tints of Cerise #D5256C
RGB
CMYK
RGB Variations
Color information
#D5256C (or 0xD5256C) is known color: Cerise. HEX triplet: D5, 25 and 6C. RGB value is (213,37,108). Sum of RGB (Red+Green+Blue) = 213+37+108=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5256C is #2ADA93. Grayscale: #616161. Windows color (decimal): -2808468 or 7087573. OLE color: 7087573.
HSL color Cylindrical-coordinate representation of color #D5256C: hue angle of 335.8º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5256C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 108 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.16 |
| HSL | 335.8º | 0.7% | 0.49% | - |
| HSV(B) | 335.8º | 0.83% | 0.84% | - |
| XYZ | 30.81 | 16.55 | 15.76 | - |
| YUV | 97.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 108 | 0 | 0.83 | 0.49 | 0.16 | 335.8 | 0.7 | 0.49 |
| Hex | D5 | 25 | 6C | 0 | 53 | 31 | 10 | 150 | 46 | 31 |
| Octal | 325 | 45 | 154 | 0 | 123 | 61 | 20 | 520 | 106 | 61 |
| Binary | 11010101 | 100101 | 1101100 | 0 | 1010011 | 110001 | 10000 | 101010000 | 1000110 | 110001 |
Color Harmonies of #D5256C
Complementary color
Monochromatic Colors of #D5256C
Black with #D5256C
Text Example
Text Example
White with #D5256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5256C; }
p { color: rgb(213,37,108); }
H1.HeaderClassName
{
color: #D5256C;
}
.AnyTagClassName
{
color: #D5256C;
}
</style>
background-color css
<style>
a { background-color: #D5256C; }
a { background-color: rgb(213,37,108); }
div.DivClassName
{
background-color: #D5256C;
}
.BgClassName
{
background-color: #D5256C;
}
</style>
border-color css
<style>
span { border-color: #D5256C; }
span { border-color: rgb(213,37,108); }
td.TdClassName
{
border-color: #D5256C;
}
.TagClassName
{
border-color: #D5256C;
}
</style>