Shades of Deep Cerise #D92B7B
Tints of Deep Cerise #D92B7B
RGB
CMYK
RGB Variations
Color information
#D92B7B (or 0xD92B7B) is known color: Deep Cerise. HEX triplet: D9, 2B and 7B. RGB value is (217,43,123). Sum of RGB (Red+Green+Blue) = 217+43+123=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B7B is #26D484. Grayscale: #686868. Windows color (decimal): -2544773 or 8072153. OLE color: 8072153.
HSL color Cylindrical-coordinate representation of color #D92B7B: hue angle of 332.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B7B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 123 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.15 |
| HSL | 332.41º | 0.7% | 0.51% | - |
| HSV(B) | 332.41º | 0.8% | 0.85% | - |
| XYZ | 33.05 | 17.91 | 20.45 | - |
| YUV | 104.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 123 | 0 | 0.80 | 0.43 | 0.15 | 332.41 | 0.7 | 0.51 |
| Hex | D9 | 2B | 7B | 0 | 50 | 2B | F | 14C | 46 | 33 |
| Octal | 331 | 53 | 173 | 0 | 120 | 53 | 17 | 514 | 106 | 63 |
| Binary | 11011001 | 101011 | 1111011 | 0 | 1010000 | 101011 | 1111 | 101001100 | 1000110 | 110011 |
Color Harmonies of #D92B7B
Complementary color
Monochromatic Colors of #D92B7B
Black with #D92B7B
Text Example
Text Example
White with #D92B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B7B; }
p { color: rgb(217,43,123); }
H1.HeaderClassName
{
color: #D92B7B;
}
.AnyTagClassName
{
color: #D92B7B;
}
</style>
background-color css
<style>
a { background-color: #D92B7B; }
a { background-color: rgb(217,43,123); }
div.DivClassName
{
background-color: #D92B7B;
}
.BgClassName
{
background-color: #D92B7B;
}
</style>
border-color css
<style>
span { border-color: #D92B7B; }
span { border-color: rgb(217,43,123); }
td.TdClassName
{
border-color: #D92B7B;
}
.TagClassName
{
border-color: #D92B7B;
}
</style>