Shades of Persian Rose #DD27A4
Tints of Persian Rose #DD27A4
RGB
CMYK
RGB Variations
Color information
#DD27A4 (or 0xDD27A4) is known color: Persian Rose. HEX triplet: DD, 27 and A4. RGB value is (221,39,164). Sum of RGB (Red+Green+Blue) = 221+39+164=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27A4 is #22D85B. Grayscale: #6B6B6B. Windows color (decimal): -2283612 or 10758109. OLE color: 10758109.
HSL color Cylindrical-coordinate representation of color #DD27A4: hue angle of 318.79º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD27A4 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 164 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.13 |
| HSL | 318.79º | 0.73% | 0.51% | - |
| HSV(B) | 318.79º | 0.82% | 0.87% | - |
| XYZ | 37.25 | 19.5 | 36.92 | - |
| YUV | 107.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 164 | 0 | 0.82 | 0.26 | 0.13 | 318.79 | 0.73 | 0.51 |
| Hex | DD | 27 | A4 | 0 | 52 | 1A | D | 13F | 49 | 33 |
| Octal | 335 | 47 | 244 | 0 | 122 | 32 | 15 | 477 | 111 | 63 |
| Binary | 11011101 | 100111 | 10100100 | 0 | 1010010 | 11010 | 1101 | 100111111 | 1001001 | 110011 |
Color Harmonies of #DD27A4
Complementary color
Monochromatic Colors of #DD27A4
Black with #DD27A4
Text Example
Text Example
White with #DD27A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27A4; }
p { color: rgb(221,39,164); }
H1.HeaderClassName
{
color: #DD27A4;
}
.AnyTagClassName
{
color: #DD27A4;
}
</style>
background-color css
<style>
a { background-color: #DD27A4; }
a { background-color: rgb(221,39,164); }
div.DivClassName
{
background-color: #DD27A4;
}
.BgClassName
{
background-color: #DD27A4;
}
</style>
border-color css
<style>
span { border-color: #DD27A4; }
span { border-color: rgb(221,39,164); }
td.TdClassName
{
border-color: #DD27A4;
}
.TagClassName
{
border-color: #DD27A4;
}
</style>