Shades of Deep Cerise #D8258B
Tints of Deep Cerise #D8258B
RGB
CMYK
RGB Variations
Color information
#D8258B (or 0xD8258B) is known color: Deep Cerise. HEX triplet: D8, 25 and 8B. RGB value is (216,37,139). Sum of RGB (Red+Green+Blue) = 216+37+139=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8258B is #27DA74. Grayscale: #656565. Windows color (decimal): -2611829 or 9119192. OLE color: 9119192.
HSL color Cylindrical-coordinate representation of color #D8258B: hue angle of 325.81º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8258B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 139 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.15 |
| HSL | 325.81º | 0.71% | 0.5% | - |
| HSV(B) | 325.81º | 0.83% | 0.85% | - |
| XYZ | 33.64 | 17.79 | 26.09 | - |
| YUV | 102.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 139 | 0 | 0.83 | 0.36 | 0.15 | 325.81 | 0.71 | 0.5 |
| Hex | D8 | 25 | 8B | 0 | 53 | 24 | F | 146 | 47 | 32 |
| Octal | 330 | 45 | 213 | 0 | 123 | 44 | 17 | 506 | 107 | 62 |
| Binary | 11011000 | 100101 | 10001011 | 0 | 1010011 | 100100 | 1111 | 101000110 | 1000111 | 110010 |
Color Harmonies of #D8258B
Complementary color
Monochromatic Colors of #D8258B
Black with #D8258B
Text Example
Text Example
White with #D8258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8258B; }
p { color: rgb(216,37,139); }
H1.HeaderClassName
{
color: #D8258B;
}
.AnyTagClassName
{
color: #D8258B;
}
</style>
background-color css
<style>
a { background-color: #D8258B; }
a { background-color: rgb(216,37,139); }
div.DivClassName
{
background-color: #D8258B;
}
.BgClassName
{
background-color: #D8258B;
}
</style>
border-color css
<style>
span { border-color: #D8258B; }
span { border-color: rgb(216,37,139); }
td.TdClassName
{
border-color: #D8258B;
}
.TagClassName
{
border-color: #D8258B;
}
</style>