Shades of Deep Cerise #D9267A
Tints of Deep Cerise #D9267A
RGB
CMYK
RGB Variations
Color information
#D9267A (or 0xD9267A) is known color: Deep Cerise. HEX triplet: D9, 26 and 7A. RGB value is (217,38,122). Sum of RGB (Red+Green+Blue) = 217+38+122=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9267A is #26D985. Grayscale: #646464. Windows color (decimal): -2546054 or 8005337. OLE color: 8005337.
HSL color Cylindrical-coordinate representation of color #D9267A: hue angle of 331.84º 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 #D9267A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 122 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.15 |
| HSL | 331.84º | 0.7% | 0.5% | - |
| HSV(B) | 331.84º | 0.82% | 0.85% | - |
| XYZ | 32.82 | 17.54 | 20.07 | - |
| YUV | 101.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 122 | 0 | 0.82 | 0.44 | 0.15 | 331.84 | 0.7 | 0.5 |
| Hex | D9 | 26 | 7A | 0 | 52 | 2C | F | 14C | 46 | 32 |
| Octal | 331 | 46 | 172 | 0 | 122 | 54 | 17 | 514 | 106 | 62 |
| Binary | 11011001 | 100110 | 1111010 | 0 | 1010010 | 101100 | 1111 | 101001100 | 1000110 | 110010 |
Color Harmonies of #D9267A
Complementary color
Monochromatic Colors of #D9267A
Black with #D9267A
Text Example
Text Example
White with #D9267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9267A; }
p { color: rgb(217,38,122); }
H1.HeaderClassName
{
color: #D9267A;
}
.AnyTagClassName
{
color: #D9267A;
}
</style>
background-color css
<style>
a { background-color: #D9267A; }
a { background-color: rgb(217,38,122); }
div.DivClassName
{
background-color: #D9267A;
}
.BgClassName
{
background-color: #D9267A;
}
</style>
border-color css
<style>
span { border-color: #D9267A; }
span { border-color: rgb(217,38,122); }
td.TdClassName
{
border-color: #D9267A;
}
.TagClassName
{
border-color: #D9267A;
}
</style>