Shades of Deep Cerise #D7258B
Tints of Deep Cerise #D7258B
RGB
CMYK
RGB Variations
Color information
#D7258B (or 0xD7258B) is known color: Deep Cerise. HEX triplet: D7, 25 and 8B. RGB value is (215,37,139). Sum of RGB (Red+Green+Blue) = 215+37+139=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7258B is #28DA74. Grayscale: #656565. Windows color (decimal): -2677365 or 9119191. OLE color: 9119191.
HSL color Cylindrical-coordinate representation of color #D7258B: hue angle of 325.62º degrees, saturation: 0.71, 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 #D7258B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 139 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.16 |
| HSL | 325.62º | 0.71% | 0.49% | - |
| HSV(B) | 325.62º | 0.83% | 0.84% | - |
| XYZ | 33.35 | 17.63 | 26.07 | - |
| YUV | 101.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 139 | 0 | 0.83 | 0.35 | 0.16 | 325.62 | 0.71 | 0.49 |
| Hex | D7 | 25 | 8B | 0 | 53 | 23 | 10 | 146 | 47 | 31 |
| Octal | 327 | 45 | 213 | 0 | 123 | 43 | 20 | 506 | 107 | 61 |
| Binary | 11010111 | 100101 | 10001011 | 0 | 1010011 | 100011 | 10000 | 101000110 | 1000111 | 110001 |
Color Harmonies of #D7258B
Complementary color
Monochromatic Colors of #D7258B
Black with #D7258B
Text Example
Text Example
White with #D7258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7258B; }
p { color: rgb(215,37,139); }
H1.HeaderClassName
{
color: #D7258B;
}
.AnyTagClassName
{
color: #D7258B;
}
</style>
background-color css
<style>
a { background-color: #D7258B; }
a { background-color: rgb(215,37,139); }
div.DivClassName
{
background-color: #D7258B;
}
.BgClassName
{
background-color: #D7258B;
}
</style>
border-color css
<style>
span { border-color: #D7258B; }
span { border-color: rgb(215,37,139); }
td.TdClassName
{
border-color: #D7258B;
}
.TagClassName
{
border-color: #D7258B;
}
</style>