Shades of Persian Rose #DD26A9
Tints of Persian Rose #DD26A9
RGB
CMYK
RGB Variations
Color information
#DD26A9 (or 0xDD26A9) is known color: Persian Rose. HEX triplet: DD, 26 and A9. RGB value is (221,38,169). Sum of RGB (Red+Green+Blue) = 221+38+169=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26A9 is #22D956. Grayscale: #6B6B6B. Windows color (decimal): -2283863 or 11085533. OLE color: 11085533.
HSL color Cylindrical-coordinate representation of color #DD26A9: hue angle of 317.05º 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 #DD26A9 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 169 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.13 |
| HSL | 317.05º | 0.73% | 0.51% | - |
| HSV(B) | 317.05º | 0.83% | 0.87% | - |
| XYZ | 37.67 | 19.62 | 39.34 | - |
| YUV | 107.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 169 | 0 | 0.83 | 0.24 | 0.13 | 317.05 | 0.73 | 0.51 |
| Hex | DD | 26 | A9 | 0 | 53 | 18 | D | 13D | 49 | 33 |
| Octal | 335 | 46 | 251 | 0 | 123 | 30 | 15 | 475 | 111 | 63 |
| Binary | 11011101 | 100110 | 10101001 | 0 | 1010011 | 11000 | 1101 | 100111101 | 1001001 | 110011 |
Color Harmonies of #DD26A9
Complementary color
Monochromatic Colors of #DD26A9
Black with #DD26A9
Text Example
Text Example
White with #DD26A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26A9; }
p { color: rgb(221,38,169); }
H1.HeaderClassName
{
color: #DD26A9;
}
.AnyTagClassName
{
color: #DD26A9;
}
</style>
background-color css
<style>
a { background-color: #DD26A9; }
a { background-color: rgb(221,38,169); }
div.DivClassName
{
background-color: #DD26A9;
}
.BgClassName
{
background-color: #DD26A9;
}
</style>
border-color css
<style>
span { border-color: #DD26A9; }
span { border-color: rgb(221,38,169); }
td.TdClassName
{
border-color: #DD26A9;
}
.TagClassName
{
border-color: #DD26A9;
}
</style>