Shades of Deep Cerise #D5259B
Tints of Deep Cerise #D5259B
RGB
CMYK
RGB Variations
Color information
#D5259B (or 0xD5259B) is known color: Deep Cerise. HEX triplet: D5, 25 and 9B. RGB value is (213,37,155). Sum of RGB (Red+Green+Blue) = 213+37+155=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5259B is #2ADA64. Grayscale: #666666. Windows color (decimal): -2808421 or 10167765. OLE color: 10167765.
HSL color Cylindrical-coordinate representation of color #D5259B: hue angle of 319.77º 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 #D5259B is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 155 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.16 |
| HSL | 319.77º | 0.7% | 0.49% | - |
| HSV(B) | 319.77º | 0.83% | 0.84% | - |
| XYZ | 34.02 | 17.84 | 32.66 | - |
| YUV | 103.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 155 | 0 | 0.83 | 0.27 | 0.16 | 319.77 | 0.7 | 0.49 |
| Hex | D5 | 25 | 9B | 0 | 53 | 1B | 10 | 140 | 46 | 31 |
| Octal | 325 | 45 | 233 | 0 | 123 | 33 | 20 | 500 | 106 | 61 |
| Binary | 11010101 | 100101 | 10011011 | 0 | 1010011 | 11011 | 10000 | 101000000 | 1000110 | 110001 |
Color Harmonies of #D5259B
Complementary color
Monochromatic Colors of #D5259B
Black with #D5259B
Text Example
Text Example
White with #D5259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5259B; }
p { color: rgb(213,37,155); }
H1.HeaderClassName
{
color: #D5259B;
}
.AnyTagClassName
{
color: #D5259B;
}
</style>
background-color css
<style>
a { background-color: #D5259B; }
a { background-color: rgb(213,37,155); }
div.DivClassName
{
background-color: #D5259B;
}
.BgClassName
{
background-color: #D5259B;
}
</style>
border-color css
<style>
span { border-color: #D5259B; }
span { border-color: rgb(213,37,155); }
td.TdClassName
{
border-color: #D5259B;
}
.TagClassName
{
border-color: #D5259B;
}
</style>