Shades of Deep Cerise #DD259D
Tints of Deep Cerise #DD259D
RGB
CMYK
RGB Variations
Color information
#DD259D (or 0xDD259D) is known color: Deep Cerise. HEX triplet: DD, 25 and 9D. RGB value is (221,37,157). Sum of RGB (Red+Green+Blue) = 221+37+157=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD259D is #22DA62. Grayscale: #696969. Windows color (decimal): -2284131 or 10298845. OLE color: 10298845.
HSL color Cylindrical-coordinate representation of color #DD259D: hue angle of 320.87º 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 #DD259D is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 157 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.13 |
| HSL | 320.87º | 0.73% | 0.51% | - |
| HSV(B) | 320.87º | 0.83% | 0.87% | - |
| XYZ | 36.57 | 19.13 | 33.66 | - |
| YUV | 105.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 157 | 0 | 0.83 | 0.29 | 0.13 | 320.87 | 0.73 | 0.51 |
| Hex | DD | 25 | 9D | 0 | 53 | 1D | D | 141 | 49 | 33 |
| Octal | 335 | 45 | 235 | 0 | 123 | 35 | 15 | 501 | 111 | 63 |
| Binary | 11011101 | 100101 | 10011101 | 0 | 1010011 | 11101 | 1101 | 101000001 | 1001001 | 110011 |
Color Harmonies of #DD259D
Complementary color
Monochromatic Colors of #DD259D
Black with #DD259D
Text Example
Text Example
White with #DD259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD259D; }
p { color: rgb(221,37,157); }
H1.HeaderClassName
{
color: #DD259D;
}
.AnyTagClassName
{
color: #DD259D;
}
</style>
background-color css
<style>
a { background-color: #DD259D; }
a { background-color: rgb(221,37,157); }
div.DivClassName
{
background-color: #DD259D;
}
.BgClassName
{
background-color: #DD259D;
}
</style>
border-color css
<style>
span { border-color: #DD259D; }
span { border-color: rgb(221,37,157); }
td.TdClassName
{
border-color: #DD259D;
}
.TagClassName
{
border-color: #DD259D;
}
</style>