Shades of Persian Rose #DF26A8
Tints of Persian Rose #DF26A8
RGB
CMYK
RGB Variations
Color information
#DF26A8 (or 0xDF26A8) is known color: Persian Rose. HEX triplet: DF, 26 and A8. RGB value is (223,38,168). Sum of RGB (Red+Green+Blue) = 223+38+168=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26A8 is #20D957. Grayscale: #6B6B6B. Windows color (decimal): -2152792 or 11019999. OLE color: 11019999.
HSL color Cylindrical-coordinate representation of color #DF26A8: hue angle of 317.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF26A8 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 168 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.13 |
| HSL | 317.84º | 0.74% | 0.51% | - |
| HSV(B) | 317.84º | 0.83% | 0.87% | - |
| XYZ | 38.19 | 19.9 | 38.87 | - |
| YUV | 108.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 168 | 0 | 0.83 | 0.25 | 0.13 | 317.84 | 0.74 | 0.51 |
| Hex | DF | 26 | A8 | 0 | 53 | 19 | D | 13E | 4A | 33 |
| Octal | 337 | 46 | 250 | 0 | 123 | 31 | 15 | 476 | 112 | 63 |
| Binary | 11011111 | 100110 | 10101000 | 0 | 1010011 | 11001 | 1101 | 100111110 | 1001010 | 110011 |
Color Harmonies of #DF26A8
Complementary color
Monochromatic Colors of #DF26A8
Black with #DF26A8
Text Example
Text Example
White with #DF26A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26A8; }
p { color: rgb(223,38,168); }
H1.HeaderClassName
{
color: #DF26A8;
}
.AnyTagClassName
{
color: #DF26A8;
}
</style>
background-color css
<style>
a { background-color: #DF26A8; }
a { background-color: rgb(223,38,168); }
div.DivClassName
{
background-color: #DF26A8;
}
.BgClassName
{
background-color: #DF26A8;
}
</style>
border-color css
<style>
span { border-color: #DF26A8; }
span { border-color: rgb(223,38,168); }
td.TdClassName
{
border-color: #DF26A8;
}
.TagClassName
{
border-color: #DF26A8;
}
</style>