Shades of Deep Cerise #D9257B
Tints of Deep Cerise #D9257B
RGB
CMYK
RGB Variations
Color information
#D9257B (or 0xD9257B) is known color: Deep Cerise. HEX triplet: D9, 25 and 7B. RGB value is (217,37,123). Sum of RGB (Red+Green+Blue) = 217+37+123=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9257B is #26DA84. Grayscale: #646464. Windows color (decimal): -2546309 or 8070617. OLE color: 8070617.
HSL color Cylindrical-coordinate representation of color #D9257B: hue angle of 331.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9257B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 123 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.15 |
| HSL | 331.33º | 0.71% | 0.5% | - |
| HSV(B) | 331.33º | 0.83% | 0.85% | - |
| XYZ | 32.85 | 17.5 | 20.39 | - |
| YUV | 100.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 123 | 0 | 0.83 | 0.43 | 0.15 | 331.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 7B | 0 | 53 | 2B | F | 14B | 47 | 32 |
| Octal | 331 | 45 | 173 | 0 | 123 | 53 | 17 | 513 | 107 | 62 |
| Binary | 11011001 | 100101 | 1111011 | 0 | 1010011 | 101011 | 1111 | 101001011 | 1000111 | 110010 |
Color Harmonies of #D9257B
Complementary color
Monochromatic Colors of #D9257B
Black with #D9257B
Text Example
Text Example
White with #D9257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9257B; }
p { color: rgb(217,37,123); }
H1.HeaderClassName
{
color: #D9257B;
}
.AnyTagClassName
{
color: #D9257B;
}
</style>
background-color css
<style>
a { background-color: #D9257B; }
a { background-color: rgb(217,37,123); }
div.DivClassName
{
background-color: #D9257B;
}
.BgClassName
{
background-color: #D9257B;
}
</style>
border-color css
<style>
span { border-color: #D9257B; }
span { border-color: rgb(217,37,123); }
td.TdClassName
{
border-color: #D9257B;
}
.TagClassName
{
border-color: #D9257B;
}
</style>