Shades of Persian Rose #DF26A4
Tints of Persian Rose #DF26A4
RGB
CMYK
RGB Variations
Color information
#DF26A4 (or 0xDF26A4) is known color: Persian Rose. HEX triplet: DF, 26 and A4. RGB value is (223,38,164). Sum of RGB (Red+Green+Blue) = 223+38+164=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26A4 is #20D95B. Grayscale: #6B6B6B. Windows color (decimal): -2152796 or 10757855. OLE color: 10757855.
HSL color Cylindrical-coordinate representation of color #DF26A4: hue angle of 319.14º 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 #DF26A4 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 164 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.13 |
| HSL | 319.14º | 0.74% | 0.51% | - |
| HSV(B) | 319.14º | 0.83% | 0.87% | - |
| XYZ | 37.83 | 19.75 | 36.94 | - |
| YUV | 107.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 164 | 0 | 0.83 | 0.26 | 0.13 | 319.14 | 0.74 | 0.51 |
| Hex | DF | 26 | A4 | 0 | 53 | 1A | D | 13F | 4A | 33 |
| Octal | 337 | 46 | 244 | 0 | 123 | 32 | 15 | 477 | 112 | 63 |
| Binary | 11011111 | 100110 | 10100100 | 0 | 1010011 | 11010 | 1101 | 100111111 | 1001010 | 110011 |
Color Harmonies of #DF26A4
Complementary color
Monochromatic Colors of #DF26A4
Black with #DF26A4
Text Example
Text Example
White with #DF26A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26A4; }
p { color: rgb(223,38,164); }
H1.HeaderClassName
{
color: #DF26A4;
}
.AnyTagClassName
{
color: #DF26A4;
}
</style>
background-color css
<style>
a { background-color: #DF26A4; }
a { background-color: rgb(223,38,164); }
div.DivClassName
{
background-color: #DF26A4;
}
.BgClassName
{
background-color: #DF26A4;
}
</style>
border-color css
<style>
span { border-color: #DF26A4; }
span { border-color: rgb(223,38,164); }
td.TdClassName
{
border-color: #DF26A4;
}
.TagClassName
{
border-color: #DF26A4;
}
</style>