Shades of Persian Rose #DD25A8
Tints of Persian Rose #DD25A8
RGB
CMYK
RGB Variations
Color information
#DD25A8 (or 0xDD25A8) is known color: Persian Rose. HEX triplet: DD, 25 and A8. RGB value is (221,37,168). Sum of RGB (Red+Green+Blue) = 221+37+168=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD25A8 is #22DA57. Grayscale: #6A6A6A. Windows color (decimal): -2284120 or 11019741. OLE color: 11019741.
HSL color Cylindrical-coordinate representation of color #DD25A8: hue angle of 317.28º 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 #DD25A8 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 168 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.13 |
| HSL | 317.28º | 0.73% | 0.51% | - |
| HSV(B) | 317.28º | 0.83% | 0.87% | - |
| XYZ | 37.55 | 19.52 | 38.83 | - |
| YUV | 106.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 168 | 0 | 0.83 | 0.24 | 0.13 | 317.28 | 0.73 | 0.51 |
| Hex | DD | 25 | A8 | 0 | 53 | 18 | D | 13D | 49 | 33 |
| Octal | 335 | 45 | 250 | 0 | 123 | 30 | 15 | 475 | 111 | 63 |
| Binary | 11011101 | 100101 | 10101000 | 0 | 1010011 | 11000 | 1101 | 100111101 | 1001001 | 110011 |
Color Harmonies of #DD25A8
Complementary color
Monochromatic Colors of #DD25A8
Black with #DD25A8
Text Example
Text Example
White with #DD25A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25A8; }
p { color: rgb(221,37,168); }
H1.HeaderClassName
{
color: #DD25A8;
}
.AnyTagClassName
{
color: #DD25A8;
}
</style>
background-color css
<style>
a { background-color: #DD25A8; }
a { background-color: rgb(221,37,168); }
div.DivClassName
{
background-color: #DD25A8;
}
.BgClassName
{
background-color: #DD25A8;
}
</style>
border-color css
<style>
span { border-color: #DD25A8; }
span { border-color: rgb(221,37,168); }
td.TdClassName
{
border-color: #DD25A8;
}
.TagClassName
{
border-color: #DD25A8;
}
</style>