Shades of Persian Rose #DD32B3
Tints of Persian Rose #DD32B3
RGB
CMYK
RGB Variations
Color information
#DD32B3 (or 0xDD32B3) is known color: Persian Rose. HEX triplet: DD, 32 and B3. RGB value is (221,50,179). Sum of RGB (Red+Green+Blue) = 221+50+179=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32B3 is #22CD4C. Grayscale: #737373. Windows color (decimal): -2280781 or 11743965. OLE color: 11743965.
HSL color Cylindrical-coordinate representation of color #DD32B3: hue angle of 314.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32B3 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 179 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.13 |
| HSL | 314.74º | 0.72% | 0.53% | - |
| HSV(B) | 314.74º | 0.77% | 0.87% | - |
| XYZ | 39.1 | 20.91 | 44.62 | - |
| YUV | 115.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 179 | 0 | 0.77 | 0.19 | 0.13 | 314.74 | 0.72 | 0.53 |
| Hex | DD | 32 | B3 | 0 | 4D | 13 | D | 13B | 48 | 35 |
| Octal | 335 | 62 | 263 | 0 | 115 | 23 | 15 | 473 | 110 | 65 |
| Binary | 11011101 | 110010 | 10110011 | 0 | 1001101 | 10011 | 1101 | 100111011 | 1001000 | 110101 |
Color Harmonies of #DD32B3
Complementary color
Monochromatic Colors of #DD32B3
Black with #DD32B3
Text Example
Text Example
White with #DD32B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32B3; }
p { color: rgb(221,50,179); }
H1.HeaderClassName
{
color: #DD32B3;
}
.AnyTagClassName
{
color: #DD32B3;
}
</style>
background-color css
<style>
a { background-color: #DD32B3; }
a { background-color: rgb(221,50,179); }
div.DivClassName
{
background-color: #DD32B3;
}
.BgClassName
{
background-color: #DD32B3;
}
</style>
border-color css
<style>
span { border-color: #DD32B3; }
span { border-color: rgb(221,50,179); }
td.TdClassName
{
border-color: #DD32B3;
}
.TagClassName
{
border-color: #DD32B3;
}
</style>