Shades of Persian Rose #DF3DAB
Tints of Persian Rose #DF3DAB
RGB
CMYK
RGB Variations
Color information
#DF3DAB (or 0xDF3DAB) is known color: Persian Rose. HEX triplet: DF, 3D and AB. RGB value is (223,61,171). Sum of RGB (Red+Green+Blue) = 223+61+171=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3DAB is #20C254. Grayscale: #797979. Windows color (decimal): -2146901 or 11222495. OLE color: 11222495.
HSL color Cylindrical-coordinate representation of color #DF3DAB: hue angle of 319.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3DAB is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 171 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.13 |
| HSL | 319.26º | 0.72% | 0.56% | - |
| HSV(B) | 319.26º | 0.73% | 0.87% | - |
| XYZ | 39.45 | 21.97 | 40.69 | - |
| YUV | 121.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 171 | 0 | 0.73 | 0.23 | 0.13 | 319.26 | 0.72 | 0.56 |
| Hex | DF | 3D | AB | 0 | 49 | 17 | D | 13F | 48 | 38 |
| Octal | 337 | 75 | 253 | 0 | 111 | 27 | 15 | 477 | 110 | 70 |
| Binary | 11011111 | 111101 | 10101011 | 0 | 1001001 | 10111 | 1101 | 100111111 | 1001000 | 111000 |
Color Harmonies of #DF3DAB
Complementary color
Monochromatic Colors of #DF3DAB
Black with #DF3DAB
Text Example
Text Example
White with #DF3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DAB; }
p { color: rgb(223,61,171); }
H1.HeaderClassName
{
color: #DF3DAB;
}
.AnyTagClassName
{
color: #DF3DAB;
}
</style>
background-color css
<style>
a { background-color: #DF3DAB; }
a { background-color: rgb(223,61,171); }
div.DivClassName
{
background-color: #DF3DAB;
}
.BgClassName
{
background-color: #DF3DAB;
}
</style>
border-color css
<style>
span { border-color: #DF3DAB; }
span { border-color: rgb(223,61,171); }
td.TdClassName
{
border-color: #DF3DAB;
}
.TagClassName
{
border-color: #DF3DAB;
}
</style>