Shades of Deep Cerise #D9267B
Tints of Deep Cerise #D9267B
RGB
CMYK
RGB Variations
Color information
#D9267B (or 0xD9267B) is known color: Deep Cerise. HEX triplet: D9, 26 and 7B. RGB value is (217,38,123). Sum of RGB (Red+Green+Blue) = 217+38+123=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9267B is #26D984. Grayscale: #656565. Windows color (decimal): -2546053 or 8070873. OLE color: 8070873.
HSL color Cylindrical-coordinate representation of color #D9267B: hue angle of 331.51º 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 #D9267B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 123 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.15 |
| HSL | 331.51º | 0.7% | 0.5% | - |
| HSV(B) | 331.51º | 0.82% | 0.85% | - |
| XYZ | 32.88 | 17.57 | 20.4 | - |
| YUV | 101.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 123 | 0 | 0.82 | 0.43 | 0.15 | 331.51 | 0.7 | 0.5 |
| Hex | D9 | 26 | 7B | 0 | 52 | 2B | F | 14C | 46 | 32 |
| Octal | 331 | 46 | 173 | 0 | 122 | 53 | 17 | 514 | 106 | 62 |
| Binary | 11011001 | 100110 | 1111011 | 0 | 1010010 | 101011 | 1111 | 101001100 | 1000110 | 110010 |
Color Harmonies of #D9267B
Complementary color
Monochromatic Colors of #D9267B
Black with #D9267B
Text Example
Text Example
White with #D9267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9267B; }
p { color: rgb(217,38,123); }
H1.HeaderClassName
{
color: #D9267B;
}
.AnyTagClassName
{
color: #D9267B;
}
</style>
background-color css
<style>
a { background-color: #D9267B; }
a { background-color: rgb(217,38,123); }
div.DivClassName
{
background-color: #D9267B;
}
.BgClassName
{
background-color: #D9267B;
}
</style>
border-color css
<style>
span { border-color: #D9267B; }
span { border-color: rgb(217,38,123); }
td.TdClassName
{
border-color: #D9267B;
}
.TagClassName
{
border-color: #D9267B;
}
</style>