Shades of Persian Rose #DF28A3
Tints of Persian Rose #DF28A3
RGB
CMYK
RGB Variations
Color information
#DF28A3 (or 0xDF28A3) is known color: Persian Rose. HEX triplet: DF, 28 and A3. RGB value is (223,40,163). Sum of RGB (Red+Green+Blue) = 223+40+163=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28A3 is #20D75C. Grayscale: #6C6C6C. Windows color (decimal): -2152285 or 10692831. OLE color: 10692831.
HSL color Cylindrical-coordinate representation of color #DF28A3: hue angle of 319.67º 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 #DF28A3 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 163 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.13 |
| HSL | 319.67º | 0.74% | 0.52% | - |
| HSV(B) | 319.67º | 0.82% | 0.87% | - |
| XYZ | 37.8 | 19.85 | 36.49 | - |
| YUV | 108.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 163 | 0 | 0.82 | 0.27 | 0.13 | 319.67 | 0.74 | 0.52 |
| Hex | DF | 28 | A3 | 0 | 52 | 1B | D | 140 | 4A | 34 |
| Octal | 337 | 50 | 243 | 0 | 122 | 33 | 15 | 500 | 112 | 64 |
| Binary | 11011111 | 101000 | 10100011 | 0 | 1010010 | 11011 | 1101 | 101000000 | 1001010 | 110100 |
Color Harmonies of #DF28A3
Complementary color
Monochromatic Colors of #DF28A3
Black with #DF28A3
Text Example
Text Example
White with #DF28A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28A3; }
p { color: rgb(223,40,163); }
H1.HeaderClassName
{
color: #DF28A3;
}
.AnyTagClassName
{
color: #DF28A3;
}
</style>
background-color css
<style>
a { background-color: #DF28A3; }
a { background-color: rgb(223,40,163); }
div.DivClassName
{
background-color: #DF28A3;
}
.BgClassName
{
background-color: #DF28A3;
}
</style>
border-color css
<style>
span { border-color: #DF28A3; }
span { border-color: rgb(223,40,163); }
td.TdClassName
{
border-color: #DF28A3;
}
.TagClassName
{
border-color: #DF28A3;
}
</style>