Shades of Deep Cerise #DD259B
Tints of Deep Cerise #DD259B
RGB
CMYK
RGB Variations
Color information
#DD259B (or 0xDD259B) is known color: Deep Cerise. HEX triplet: DD, 25 and 9B. RGB value is (221,37,155). Sum of RGB (Red+Green+Blue) = 221+37+155=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD259B is #22DA64. Grayscale: #696969. Windows color (decimal): -2284133 or 10167773. OLE color: 10167773.
HSL color Cylindrical-coordinate representation of color #DD259B: hue angle of 321.52º 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 #DD259B is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 155 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.13 |
| HSL | 321.52º | 0.73% | 0.51% | - |
| HSV(B) | 321.52º | 0.83% | 0.87% | - |
| XYZ | 36.4 | 19.06 | 32.77 | - |
| YUV | 105.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 155 | 0 | 0.83 | 0.30 | 0.13 | 321.52 | 0.73 | 0.51 |
| Hex | DD | 25 | 9B | 0 | 53 | 1E | D | 142 | 49 | 33 |
| Octal | 335 | 45 | 233 | 0 | 123 | 36 | 15 | 502 | 111 | 63 |
| Binary | 11011101 | 100101 | 10011011 | 0 | 1010011 | 11110 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DD259B
Complementary color
Monochromatic Colors of #DD259B
Black with #DD259B
Text Example
Text Example
White with #DD259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD259B; }
p { color: rgb(221,37,155); }
H1.HeaderClassName
{
color: #DD259B;
}
.AnyTagClassName
{
color: #DD259B;
}
</style>
background-color css
<style>
a { background-color: #DD259B; }
a { background-color: rgb(221,37,155); }
div.DivClassName
{
background-color: #DD259B;
}
.BgClassName
{
background-color: #DD259B;
}
</style>
border-color css
<style>
span { border-color: #DD259B; }
span { border-color: rgb(221,37,155); }
td.TdClassName
{
border-color: #DD259B;
}
.TagClassName
{
border-color: #DD259B;
}
</style>