Shades of Deep Cerise #D92675
Tints of Deep Cerise #D92675
RGB
CMYK
RGB Variations
Color information
#D92675 (or 0xD92675) is known color: Deep Cerise. HEX triplet: D9, 26 and 75. RGB value is (217,38,117). Sum of RGB (Red+Green+Blue) = 217+38+117=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D92675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92675 is #26D98A. Grayscale: #646464. Windows color (decimal): -2546059 or 7677657. OLE color: 7677657.
HSL color Cylindrical-coordinate representation of color #D92675: hue angle of 333.52º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92675 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 117 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.15 |
| HSL | 333.52º | 0.7% | 0.5% | - |
| HSV(B) | 333.52º | 0.82% | 0.85% | - |
| XYZ | 32.52 | 17.42 | 18.48 | - |
| YUV | 100.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 117 | 0 | 0.82 | 0.46 | 0.15 | 333.52 | 0.7 | 0.5 |
| Hex | D9 | 26 | 75 | 0 | 52 | 2E | F | 14E | 46 | 32 |
| Octal | 331 | 46 | 165 | 0 | 122 | 56 | 17 | 516 | 106 | 62 |
| Binary | 11011001 | 100110 | 1110101 | 0 | 1010010 | 101110 | 1111 | 101001110 | 1000110 | 110010 |
Color Harmonies of #D92675
Complementary color
Monochromatic Colors of #D92675
Black with #D92675
Text Example
Text Example
White with #D92675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92675; }
p { color: rgb(217,38,117); }
H1.HeaderClassName
{
color: #D92675;
}
.AnyTagClassName
{
color: #D92675;
}
</style>
background-color css
<style>
a { background-color: #D92675; }
a { background-color: rgb(217,38,117); }
div.DivClassName
{
background-color: #D92675;
}
.BgClassName
{
background-color: #D92675;
}
</style>
border-color css
<style>
span { border-color: #D92675; }
span { border-color: rgb(217,38,117); }
td.TdClassName
{
border-color: #D92675;
}
.TagClassName
{
border-color: #D92675;
}
</style>