Shades of Persian Rose #DF28AB
Tints of Persian Rose #DF28AB
RGB
CMYK
RGB Variations
Color information
#DF28AB (or 0xDF28AB) is known color: Persian Rose. HEX triplet: DF, 28 and AB. RGB value is (223,40,171). Sum of RGB (Red+Green+Blue) = 223+40+171=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28AB is #20D754. Grayscale: #6D6D6D. Windows color (decimal): -2152277 or 11217119. OLE color: 11217119.
HSL color Cylindrical-coordinate representation of color #DF28AB: hue angle of 317.05º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28AB is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 171 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.13 |
| HSL | 317.05º | 0.74% | 0.52% | - |
| HSV(B) | 317.05º | 0.82% | 0.87% | - |
| XYZ | 38.54 | 20.15 | 40.39 | - |
| YUV | 109.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 171 | 0 | 0.82 | 0.23 | 0.13 | 317.05 | 0.74 | 0.52 |
| Hex | DF | 28 | AB | 0 | 52 | 17 | D | 13D | 4A | 34 |
| Octal | 337 | 50 | 253 | 0 | 122 | 27 | 15 | 475 | 112 | 64 |
| Binary | 11011111 | 101000 | 10101011 | 0 | 1010010 | 10111 | 1101 | 100111101 | 1001010 | 110100 |
Color Harmonies of #DF28AB
Complementary color
Monochromatic Colors of #DF28AB
Black with #DF28AB
Text Example
Text Example
White with #DF28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28AB; }
p { color: rgb(223,40,171); }
H1.HeaderClassName
{
color: #DF28AB;
}
.AnyTagClassName
{
color: #DF28AB;
}
</style>
background-color css
<style>
a { background-color: #DF28AB; }
a { background-color: rgb(223,40,171); }
div.DivClassName
{
background-color: #DF28AB;
}
.BgClassName
{
background-color: #DF28AB;
}
</style>
border-color css
<style>
span { border-color: #DF28AB; }
span { border-color: rgb(223,40,171); }
td.TdClassName
{
border-color: #DF28AB;
}
.TagClassName
{
border-color: #DF28AB;
}
</style>