Shades of Deep Cerise #DD25A3
Tints of Deep Cerise #DD25A3
RGB
CMYK
RGB Variations
Color information
#DD25A3 (or 0xDD25A3) is known color: Deep Cerise. HEX triplet: DD, 25 and A3. RGB value is (221,37,163). Sum of RGB (Red+Green+Blue) = 221+37+163=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25A3 is #22DA5C. Grayscale: #6A6A6A. Windows color (decimal): -2284125 or 10692061. OLE color: 10692061.
HSL color Cylindrical-coordinate representation of color #DD25A3: hue angle of 318.91º 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 #DD25A3 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 163 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.13 |
| HSL | 318.91º | 0.73% | 0.51% | - |
| HSV(B) | 318.91º | 0.83% | 0.87% | - |
| XYZ | 37.09 | 19.34 | 36.43 | - |
| YUV | 106.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 163 | 0 | 0.83 | 0.26 | 0.13 | 318.91 | 0.73 | 0.51 |
| Hex | DD | 25 | A3 | 0 | 53 | 1A | D | 13F | 49 | 33 |
| Octal | 335 | 45 | 243 | 0 | 123 | 32 | 15 | 477 | 111 | 63 |
| Binary | 11011101 | 100101 | 10100011 | 0 | 1010011 | 11010 | 1101 | 100111111 | 1001001 | 110011 |
Color Harmonies of #DD25A3
Complementary color
Monochromatic Colors of #DD25A3
Black with #DD25A3
Text Example
Text Example
White with #DD25A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25A3; }
p { color: rgb(221,37,163); }
H1.HeaderClassName
{
color: #DD25A3;
}
.AnyTagClassName
{
color: #DD25A3;
}
</style>
background-color css
<style>
a { background-color: #DD25A3; }
a { background-color: rgb(221,37,163); }
div.DivClassName
{
background-color: #DD25A3;
}
.BgClassName
{
background-color: #DD25A3;
}
</style>
border-color css
<style>
span { border-color: #DD25A3; }
span { border-color: rgb(221,37,163); }
td.TdClassName
{
border-color: #DD25A3;
}
.TagClassName
{
border-color: #DD25A3;
}
</style>