Shades of Persian Rose #DD3AB0
Tints of Persian Rose #DD3AB0
RGB
CMYK
RGB Variations
Color information
#DD3AB0 (or 0xDD3AB0) is known color: Persian Rose. HEX triplet: DD, 3A and B0. RGB value is (221,58,176). Sum of RGB (Red+Green+Blue) = 221+58+176=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AB0 is #22C54F. Grayscale: #777777. Windows color (decimal): -2278736 or 11549405. OLE color: 11549405.
HSL color Cylindrical-coordinate representation of color #DD3AB0: hue angle of 316.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3AB0 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 176 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.13 |
| HSL | 316.56º | 0.71% | 0.55% | - |
| HSV(B) | 316.56º | 0.74% | 0.87% | - |
| XYZ | 39.17 | 21.53 | 43.17 | - |
| YUV | 120.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 176 | 0 | 0.74 | 0.20 | 0.13 | 316.56 | 0.71 | 0.55 |
| Hex | DD | 3A | B0 | 0 | 4A | 14 | D | 13D | 47 | 37 |
| Octal | 335 | 72 | 260 | 0 | 112 | 24 | 15 | 475 | 107 | 67 |
| Binary | 11011101 | 111010 | 10110000 | 0 | 1001010 | 10100 | 1101 | 100111101 | 1000111 | 110111 |
Color Harmonies of #DD3AB0
Complementary color
Monochromatic Colors of #DD3AB0
Black with #DD3AB0
Text Example
Text Example
White with #DD3AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AB0; }
p { color: rgb(221,58,176); }
H1.HeaderClassName
{
color: #DD3AB0;
}
.AnyTagClassName
{
color: #DD3AB0;
}
</style>
background-color css
<style>
a { background-color: #DD3AB0; }
a { background-color: rgb(221,58,176); }
div.DivClassName
{
background-color: #DD3AB0;
}
.BgClassName
{
background-color: #DD3AB0;
}
</style>
border-color css
<style>
span { border-color: #DD3AB0; }
span { border-color: rgb(221,58,176); }
td.TdClassName
{
border-color: #DD3AB0;
}
.TagClassName
{
border-color: #DD3AB0;
}
</style>