Shades of Deep Cerise #D91F7B
Tints of Deep Cerise #D91F7B
RGB
CMYK
RGB Variations
Color information
#D91F7B (or 0xD91F7B) is known color: Deep Cerise. HEX triplet: D9, 1F and 7B. RGB value is (217,31,123). Sum of RGB (Red+Green+Blue) = 217+31+123=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F7B is #26E084. Grayscale: #606060. Windows color (decimal): -2547845 or 8069081. OLE color: 8069081.
HSL color Cylindrical-coordinate representation of color #D91F7B: hue angle of 330.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F7B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 123 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.15 |
| HSL | 330.32º | 0.75% | 0.49% | - |
| HSV(B) | 330.32º | 0.86% | 0.85% | - |
| XYZ | 32.68 | 17.16 | 20.33 | - |
| YUV | 97.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 123 | 0 | 0.86 | 0.43 | 0.15 | 330.32 | 0.75 | 0.49 |
| Hex | D9 | 1F | 7B | 0 | 56 | 2B | F | 14A | 4B | 31 |
| Octal | 331 | 37 | 173 | 0 | 126 | 53 | 17 | 512 | 113 | 61 |
| Binary | 11011001 | 11111 | 1111011 | 0 | 1010110 | 101011 | 1111 | 101001010 | 1001011 | 110001 |
Color Harmonies of #D91F7B
Complementary color
Monochromatic Colors of #D91F7B
Black with #D91F7B
Text Example
Text Example
White with #D91F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F7B; }
p { color: rgb(217,31,123); }
H1.HeaderClassName
{
color: #D91F7B;
}
.AnyTagClassName
{
color: #D91F7B;
}
</style>
background-color css
<style>
a { background-color: #D91F7B; }
a { background-color: rgb(217,31,123); }
div.DivClassName
{
background-color: #D91F7B;
}
.BgClassName
{
background-color: #D91F7B;
}
</style>
border-color css
<style>
span { border-color: #D91F7B; }
span { border-color: rgb(217,31,123); }
td.TdClassName
{
border-color: #D91F7B;
}
.TagClassName
{
border-color: #D91F7B;
}
</style>