Shades of Persian Rose #DF3EAB
Tints of Persian Rose #DF3EAB
RGB
CMYK
RGB Variations
Color information
#DF3EAB (or 0xDF3EAB) is known color: Persian Rose. HEX triplet: DF, 3E and AB. RGB value is (223,62,171). Sum of RGB (Red+Green+Blue) = 223+62+171=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3EAB is #20C154. Grayscale: #7A7A7A. Windows color (decimal): -2146645 or 11222751. OLE color: 11222751.
HSL color Cylindrical-coordinate representation of color #DF3EAB: hue angle of 319.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3EAB is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 171 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.13 |
| HSL | 319.38º | 0.72% | 0.56% | - |
| HSV(B) | 319.38º | 0.72% | 0.87% | - |
| XYZ | 39.5 | 22.07 | 40.71 | - |
| YUV | 122.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 171 | 0 | 0.72 | 0.23 | 0.13 | 319.38 | 0.72 | 0.56 |
| Hex | DF | 3E | AB | 0 | 48 | 17 | D | 13F | 48 | 38 |
| Octal | 337 | 76 | 253 | 0 | 110 | 27 | 15 | 477 | 110 | 70 |
| Binary | 11011111 | 111110 | 10101011 | 0 | 1001000 | 10111 | 1101 | 100111111 | 1001000 | 111000 |
Color Harmonies of #DF3EAB
Complementary color
Monochromatic Colors of #DF3EAB
Black with #DF3EAB
Text Example
Text Example
White with #DF3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3EAB; }
p { color: rgb(223,62,171); }
H1.HeaderClassName
{
color: #DF3EAB;
}
.AnyTagClassName
{
color: #DF3EAB;
}
</style>
background-color css
<style>
a { background-color: #DF3EAB; }
a { background-color: rgb(223,62,171); }
div.DivClassName
{
background-color: #DF3EAB;
}
.BgClassName
{
background-color: #DF3EAB;
}
</style>
border-color css
<style>
span { border-color: #DF3EAB; }
span { border-color: rgb(223,62,171); }
td.TdClassName
{
border-color: #DF3EAB;
}
.TagClassName
{
border-color: #DF3EAB;
}
</style>