Shades of Deep Cerise #D9268C
Tints of Deep Cerise #D9268C
RGB
CMYK
RGB Variations
Color information
#D9268C (or 0xD9268C) is known color: Deep Cerise. HEX triplet: D9, 26 and 8C. RGB value is (217,38,140). Sum of RGB (Red+Green+Blue) = 217+38+140=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9268C is #26D973. Grayscale: #666666. Windows color (decimal): -2546036 or 9184985. OLE color: 9184985.
HSL color Cylindrical-coordinate representation of color #D9268C: hue angle of 325.81º 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 #D9268C is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 140 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.15 |
| HSL | 325.81º | 0.7% | 0.5% | - |
| HSV(B) | 325.81º | 0.82% | 0.85% | - |
| XYZ | 34.04 | 18.03 | 26.5 | - |
| YUV | 103.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 140 | 0 | 0.82 | 0.35 | 0.15 | 325.81 | 0.7 | 0.5 |
| Hex | D9 | 26 | 8C | 0 | 52 | 23 | F | 146 | 46 | 32 |
| Octal | 331 | 46 | 214 | 0 | 122 | 43 | 17 | 506 | 106 | 62 |
| Binary | 11011001 | 100110 | 10001100 | 0 | 1010010 | 100011 | 1111 | 101000110 | 1000110 | 110010 |
Color Harmonies of #D9268C
Complementary color
Monochromatic Colors of #D9268C
Black with #D9268C
Text Example
Text Example
White with #D9268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9268C; }
p { color: rgb(217,38,140); }
H1.HeaderClassName
{
color: #D9268C;
}
.AnyTagClassName
{
color: #D9268C;
}
</style>
background-color css
<style>
a { background-color: #D9268C; }
a { background-color: rgb(217,38,140); }
div.DivClassName
{
background-color: #D9268C;
}
.BgClassName
{
background-color: #D9268C;
}
</style>
border-color css
<style>
span { border-color: #D9268C; }
span { border-color: rgb(217,38,140); }
td.TdClassName
{
border-color: #D9268C;
}
.TagClassName
{
border-color: #D9268C;
}
</style>