Shades of Persian Rose #DD38AB
Tints of Persian Rose #DD38AB
RGB
CMYK
RGB Variations
Color information
#DD38AB (or 0xDD38AB) is known color: Persian Rose. HEX triplet: DD, 38 and AB. RGB value is (221,56,171). Sum of RGB (Red+Green+Blue) = 221+56+171=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38AB is #22C754. Grayscale: #767676. Windows color (decimal): -2279253 or 11221213. OLE color: 11221213.
HSL color Cylindrical-coordinate representation of color #DD38AB: hue angle of 318.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38AB is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 171 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.13 |
| HSL | 318.18º | 0.71% | 0.54% | - |
| HSV(B) | 318.18º | 0.75% | 0.87% | - |
| XYZ | 38.58 | 21.14 | 40.58 | - |
| YUV | 118.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 171 | 0 | 0.75 | 0.23 | 0.13 | 318.18 | 0.71 | 0.54 |
| Hex | DD | 38 | AB | 0 | 4B | 17 | D | 13E | 47 | 36 |
| Octal | 335 | 70 | 253 | 0 | 113 | 27 | 15 | 476 | 107 | 66 |
| Binary | 11011101 | 111000 | 10101011 | 0 | 1001011 | 10111 | 1101 | 100111110 | 1000111 | 110110 |
Color Harmonies of #DD38AB
Complementary color
Monochromatic Colors of #DD38AB
Black with #DD38AB
Text Example
Text Example
White with #DD38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD38AB; }
p { color: rgb(221,56,171); }
H1.HeaderClassName
{
color: #DD38AB;
}
.AnyTagClassName
{
color: #DD38AB;
}
</style>
background-color css
<style>
a { background-color: #DD38AB; }
a { background-color: rgb(221,56,171); }
div.DivClassName
{
background-color: #DD38AB;
}
.BgClassName
{
background-color: #DD38AB;
}
</style>
border-color css
<style>
span { border-color: #DD38AB; }
span { border-color: rgb(221,56,171); }
td.TdClassName
{
border-color: #DD38AB;
}
.TagClassName
{
border-color: #DD38AB;
}
</style>