Shades of Deep Cerise #DD258B
Tints of Deep Cerise #DD258B
RGB
CMYK
RGB Variations
Color information
#DD258B (or 0xDD258B) is known color: Deep Cerise. HEX triplet: DD, 25 and 8B. RGB value is (221,37,139). Sum of RGB (Red+Green+Blue) = 221+37+139=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD258B is #22DA74. Grayscale: #676767. Windows color (decimal): -2284149 or 9119197. OLE color: 9119197.
HSL color Cylindrical-coordinate representation of color #DD258B: hue angle of 326.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD258B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 139 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.13 |
| HSL | 326.74º | 0.73% | 0.51% | - |
| HSV(B) | 326.74º | 0.83% | 0.87% | - |
| XYZ | 35.14 | 18.56 | 26.16 | - |
| YUV | 103.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 139 | 0 | 0.83 | 0.37 | 0.13 | 326.74 | 0.73 | 0.51 |
| Hex | DD | 25 | 8B | 0 | 53 | 25 | D | 147 | 49 | 33 |
| Octal | 335 | 45 | 213 | 0 | 123 | 45 | 15 | 507 | 111 | 63 |
| Binary | 11011101 | 100101 | 10001011 | 0 | 1010011 | 100101 | 1101 | 101000111 | 1001001 | 110011 |
Color Harmonies of #DD258B
Complementary color
Monochromatic Colors of #DD258B
Black with #DD258B
Text Example
Text Example
White with #DD258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD258B; }
p { color: rgb(221,37,139); }
H1.HeaderClassName
{
color: #DD258B;
}
.AnyTagClassName
{
color: #DD258B;
}
</style>
background-color css
<style>
a { background-color: #DD258B; }
a { background-color: rgb(221,37,139); }
div.DivClassName
{
background-color: #DD258B;
}
.BgClassName
{
background-color: #DD258B;
}
</style>
border-color css
<style>
span { border-color: #DD258B; }
span { border-color: rgb(221,37,139); }
td.TdClassName
{
border-color: #DD258B;
}
.TagClassName
{
border-color: #DD258B;
}
</style>