Shades of Cerise #D5256D
Tints of Cerise #D5256D
RGB
CMYK
RGB Variations
Color information
#D5256D (or 0xD5256D) is known color: Cerise. HEX triplet: D5, 25 and 6D. RGB value is (213,37,109). Sum of RGB (Red+Green+Blue) = 213+37+109=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5256D is #2ADA92. Grayscale: #616161. Windows color (decimal): -2808467 or 7153109. OLE color: 7153109.
HSL color Cylindrical-coordinate representation of color #D5256D: hue angle of 335.45º 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 #D5256D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 109 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.16 |
| HSL | 335.45º | 0.7% | 0.49% | - |
| HSV(B) | 335.45º | 0.83% | 0.84% | - |
| XYZ | 30.86 | 16.57 | 16.04 | - |
| YUV | 97.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 109 | 0 | 0.83 | 0.49 | 0.16 | 335.45 | 0.7 | 0.49 |
| Hex | D5 | 25 | 6D | 0 | 53 | 31 | 10 | 14F | 46 | 31 |
| Octal | 325 | 45 | 155 | 0 | 123 | 61 | 20 | 517 | 106 | 61 |
| Binary | 11010101 | 100101 | 1101101 | 0 | 1010011 | 110001 | 10000 | 101001111 | 1000110 | 110001 |
Color Harmonies of #D5256D
Complementary color
Monochromatic Colors of #D5256D
Black with #D5256D
Text Example
Text Example
White with #D5256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5256D; }
p { color: rgb(213,37,109); }
H1.HeaderClassName
{
color: #D5256D;
}
.AnyTagClassName
{
color: #D5256D;
}
</style>
background-color css
<style>
a { background-color: #D5256D; }
a { background-color: rgb(213,37,109); }
div.DivClassName
{
background-color: #D5256D;
}
.BgClassName
{
background-color: #D5256D;
}
</style>
border-color css
<style>
span { border-color: #D5256D; }
span { border-color: rgb(213,37,109); }
td.TdClassName
{
border-color: #D5256D;
}
.TagClassName
{
border-color: #D5256D;
}
</style>