Shades of Persian Rose #DD2CAB
Tints of Persian Rose #DD2CAB
RGB
CMYK
RGB Variations
Color information
#DD2CAB (or 0xDD2CAB) is known color: Persian Rose. HEX triplet: DD, 2C and AB. RGB value is (221,44,171). Sum of RGB (Red+Green+Blue) = 221+44+171=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CAB is #22D354. Grayscale: #6F6F6F. Windows color (decimal): -2282325 or 11218141. OLE color: 11218141.
HSL color Cylindrical-coordinate representation of color #DD2CAB: hue angle of 316.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CAB is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 171 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 316.95º | 0.72% | 0.52% | - |
| HSV(B) | 316.95º | 0.8% | 0.87% | - |
| XYZ | 38.07 | 20.11 | 40.4 | - |
| YUV | 111.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 171 | 0 | 0.80 | 0.23 | 0.13 | 316.95 | 0.72 | 0.52 |
| Hex | DD | 2C | AB | 0 | 50 | 17 | D | 13D | 48 | 34 |
| Octal | 335 | 54 | 253 | 0 | 120 | 27 | 15 | 475 | 110 | 64 |
| Binary | 11011101 | 101100 | 10101011 | 0 | 1010000 | 10111 | 1101 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DD2CAB
Complementary color
Monochromatic Colors of #DD2CAB
Black with #DD2CAB
Text Example
Text Example
White with #DD2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CAB; }
p { color: rgb(221,44,171); }
H1.HeaderClassName
{
color: #DD2CAB;
}
.AnyTagClassName
{
color: #DD2CAB;
}
</style>
background-color css
<style>
a { background-color: #DD2CAB; }
a { background-color: rgb(221,44,171); }
div.DivClassName
{
background-color: #DD2CAB;
}
.BgClassName
{
background-color: #DD2CAB;
}
</style>
border-color css
<style>
span { border-color: #DD2CAB; }
span { border-color: rgb(221,44,171); }
td.TdClassName
{
border-color: #DD2CAB;
}
.TagClassName
{
border-color: #DD2CAB;
}
</style>