Shades of Deep Cerise #DD258C
Tints of Deep Cerise #DD258C
RGB
CMYK
RGB Variations
Color information
#DD258C (or 0xDD258C) is known color: Deep Cerise. HEX triplet: DD, 25 and 8C. RGB value is (221,37,140). Sum of RGB (Red+Green+Blue) = 221+37+140=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD258C is #22DA73. Grayscale: #676767. Windows color (decimal): -2284148 or 9184733. OLE color: 9184733.
HSL color Cylindrical-coordinate representation of color #DD258C: hue angle of 326.41º 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 #DD258C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 140 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.13 |
| HSL | 326.41º | 0.73% | 0.51% | - |
| HSV(B) | 326.41º | 0.83% | 0.87% | - |
| XYZ | 35.21 | 18.59 | 26.54 | - |
| YUV | 103.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 140 | 0 | 0.83 | 0.37 | 0.13 | 326.41 | 0.73 | 0.51 |
| Hex | DD | 25 | 8C | 0 | 53 | 25 | D | 146 | 49 | 33 |
| Octal | 335 | 45 | 214 | 0 | 123 | 45 | 15 | 506 | 111 | 63 |
| Binary | 11011101 | 100101 | 10001100 | 0 | 1010011 | 100101 | 1101 | 101000110 | 1001001 | 110011 |
Color Harmonies of #DD258C
Complementary color
Monochromatic Colors of #DD258C
Black with #DD258C
Text Example
Text Example
White with #DD258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD258C; }
p { color: rgb(221,37,140); }
H1.HeaderClassName
{
color: #DD258C;
}
.AnyTagClassName
{
color: #DD258C;
}
</style>
background-color css
<style>
a { background-color: #DD258C; }
a { background-color: rgb(221,37,140); }
div.DivClassName
{
background-color: #DD258C;
}
.BgClassName
{
background-color: #DD258C;
}
</style>
border-color css
<style>
span { border-color: #DD258C; }
span { border-color: rgb(221,37,140); }
td.TdClassName
{
border-color: #DD258C;
}
.TagClassName
{
border-color: #DD258C;
}
</style>