Shades of Persian Rose #DD34AF
Tints of Persian Rose #DD34AF
RGB
CMYK
RGB Variations
Color information
#DD34AF (or 0xDD34AF) is known color: Persian Rose. HEX triplet: DD, 34 and AF. RGB value is (221,52,175). Sum of RGB (Red+Green+Blue) = 221+52+175=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34AF is #22CB50. Grayscale: #747474. Windows color (decimal): -2280273 or 11482333. OLE color: 11482333.
HSL color Cylindrical-coordinate representation of color #DD34AF: hue angle of 316.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD34AF is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 175 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.13 |
| HSL | 316.33º | 0.71% | 0.54% | - |
| HSV(B) | 316.33º | 0.76% | 0.87% | - |
| XYZ | 38.78 | 20.92 | 42.55 | - |
| YUV | 116.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 175 | 0 | 0.76 | 0.21 | 0.13 | 316.33 | 0.71 | 0.54 |
| Hex | DD | 34 | AF | 0 | 4C | 15 | D | 13C | 47 | 36 |
| Octal | 335 | 64 | 257 | 0 | 114 | 25 | 15 | 474 | 107 | 66 |
| Binary | 11011101 | 110100 | 10101111 | 0 | 1001100 | 10101 | 1101 | 100111100 | 1000111 | 110110 |
Color Harmonies of #DD34AF
Complementary color
Monochromatic Colors of #DD34AF
Black with #DD34AF
Text Example
Text Example
White with #DD34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34AF; }
p { color: rgb(221,52,175); }
H1.HeaderClassName
{
color: #DD34AF;
}
.AnyTagClassName
{
color: #DD34AF;
}
</style>
background-color css
<style>
a { background-color: #DD34AF; }
a { background-color: rgb(221,52,175); }
div.DivClassName
{
background-color: #DD34AF;
}
.BgClassName
{
background-color: #DD34AF;
}
</style>
border-color css
<style>
span { border-color: #DD34AF; }
span { border-color: rgb(221,52,175); }
td.TdClassName
{
border-color: #DD34AF;
}
.TagClassName
{
border-color: #DD34AF;
}
</style>