Shades of Deep Cerise #D92F7A
Tints of Deep Cerise #D92F7A
RGB
CMYK
RGB Variations
Color information
#D92F7A (or 0xD92F7A) is known color: Deep Cerise. HEX triplet: D9, 2F and 7A. RGB value is (217,47,122). Sum of RGB (Red+Green+Blue) = 217+47+122=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F7A is #26D085. Grayscale: #6A6A6A. Windows color (decimal): -2543750 or 8007641. OLE color: 8007641.
HSL color Cylindrical-coordinate representation of color #D92F7A: hue angle of 333.53º 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 #D92F7A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 122 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.15 |
| HSL | 333.53º | 0.69% | 0.52% | - |
| HSV(B) | 333.53º | 0.78% | 0.85% | - |
| XYZ | 33.14 | 18.19 | 20.18 | - |
| YUV | 106.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 122 | 0 | 0.78 | 0.44 | 0.15 | 333.53 | 0.69 | 0.52 |
| Hex | D9 | 2F | 7A | 0 | 4E | 2C | F | 14E | 45 | 34 |
| Octal | 331 | 57 | 172 | 0 | 116 | 54 | 17 | 516 | 105 | 64 |
| Binary | 11011001 | 101111 | 1111010 | 0 | 1001110 | 101100 | 1111 | 101001110 | 1000101 | 110100 |
Color Harmonies of #D92F7A
Complementary color
Monochromatic Colors of #D92F7A
Black with #D92F7A
Text Example
Text Example
White with #D92F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F7A; }
p { color: rgb(217,47,122); }
H1.HeaderClassName
{
color: #D92F7A;
}
.AnyTagClassName
{
color: #D92F7A;
}
</style>
background-color css
<style>
a { background-color: #D92F7A; }
a { background-color: rgb(217,47,122); }
div.DivClassName
{
background-color: #D92F7A;
}
.BgClassName
{
background-color: #D92F7A;
}
</style>
border-color css
<style>
span { border-color: #D92F7A; }
span { border-color: rgb(217,47,122); }
td.TdClassName
{
border-color: #D92F7A;
}
.TagClassName
{
border-color: #D92F7A;
}
</style>