Shades of Persian Rose #DF26A7
Tints of Persian Rose #DF26A7
RGB
CMYK
RGB Variations
Color information
#DF26A7 (or 0xDF26A7) is known color: Persian Rose. HEX triplet: DF, 26 and A7. RGB value is (223,38,167). Sum of RGB (Red+Green+Blue) = 223+38+167=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26A7 is #20D958. Grayscale: #6B6B6B. Windows color (decimal): -2152793 or 10954463. OLE color: 10954463.
HSL color Cylindrical-coordinate representation of color #DF26A7: hue angle of 318.16º 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 #DF26A7 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 167 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.13 |
| HSL | 318.16º | 0.74% | 0.51% | - |
| HSV(B) | 318.16º | 0.83% | 0.87% | - |
| XYZ | 38.1 | 19.86 | 38.39 | - |
| YUV | 108.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 167 | 0 | 0.83 | 0.25 | 0.13 | 318.16 | 0.74 | 0.51 |
| Hex | DF | 26 | A7 | 0 | 53 | 19 | D | 13E | 4A | 33 |
| Octal | 337 | 46 | 247 | 0 | 123 | 31 | 15 | 476 | 112 | 63 |
| Binary | 11011111 | 100110 | 10100111 | 0 | 1010011 | 11001 | 1101 | 100111110 | 1001010 | 110011 |
Color Harmonies of #DF26A7
Complementary color
Monochromatic Colors of #DF26A7
Black with #DF26A7
Text Example
Text Example
White with #DF26A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26A7; }
p { color: rgb(223,38,167); }
H1.HeaderClassName
{
color: #DF26A7;
}
.AnyTagClassName
{
color: #DF26A7;
}
</style>
background-color css
<style>
a { background-color: #DF26A7; }
a { background-color: rgb(223,38,167); }
div.DivClassName
{
background-color: #DF26A7;
}
.BgClassName
{
background-color: #DF26A7;
}
</style>
border-color css
<style>
span { border-color: #DF26A7; }
span { border-color: rgb(223,38,167); }
td.TdClassName
{
border-color: #DF26A7;
}
.TagClassName
{
border-color: #DF26A7;
}
</style>