Shades of Deep Cerise #D92F7B
Tints of Deep Cerise #D92F7B
RGB
CMYK
RGB Variations
Color information
#D92F7B (or 0xD92F7B) is known color: Deep Cerise. HEX triplet: D9, 2F and 7B. RGB value is (217,47,123). Sum of RGB (Red+Green+Blue) = 217+47+123=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F7B is #26D084. Grayscale: #6A6A6A. Windows color (decimal): -2543749 or 8073177. OLE color: 8073177.
HSL color Cylindrical-coordinate representation of color #D92F7B: hue angle of 333.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F7B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 123 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.15 |
| HSL | 333.18º | 0.69% | 0.52% | - |
| HSV(B) | 333.18º | 0.78% | 0.85% | - |
| XYZ | 33.21 | 18.21 | 20.5 | - |
| YUV | 106.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 123 | 0 | 0.78 | 0.43 | 0.15 | 333.18 | 0.69 | 0.52 |
| Hex | D9 | 2F | 7B | 0 | 4E | 2B | F | 14D | 45 | 34 |
| Octal | 331 | 57 | 173 | 0 | 116 | 53 | 17 | 515 | 105 | 64 |
| Binary | 11011001 | 101111 | 1111011 | 0 | 1001110 | 101011 | 1111 | 101001101 | 1000101 | 110100 |
Color Harmonies of #D92F7B
Complementary color
Monochromatic Colors of #D92F7B
Black with #D92F7B
Text Example
Text Example
White with #D92F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F7B; }
p { color: rgb(217,47,123); }
H1.HeaderClassName
{
color: #D92F7B;
}
.AnyTagClassName
{
color: #D92F7B;
}
</style>
background-color css
<style>
a { background-color: #D92F7B; }
a { background-color: rgb(217,47,123); }
div.DivClassName
{
background-color: #D92F7B;
}
.BgClassName
{
background-color: #D92F7B;
}
</style>
border-color css
<style>
span { border-color: #D92F7B; }
span { border-color: rgb(217,47,123); }
td.TdClassName
{
border-color: #D92F7B;
}
.TagClassName
{
border-color: #D92F7B;
}
</style>