Shades of Persian Rose #DF26A3
Tints of Persian Rose #DF26A3
RGB
CMYK
RGB Variations
Color information
#DF26A3 (or 0xDF26A3) is known color: Persian Rose. HEX triplet: DF, 26 and A3. RGB value is (223,38,163). Sum of RGB (Red+Green+Blue) = 223+38+163=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26A3 is #20D95C. Grayscale: #6B6B6B. Windows color (decimal): -2152797 or 10692319. OLE color: 10692319.
HSL color Cylindrical-coordinate representation of color #DF26A3: hue angle of 319.46º 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 #DF26A3 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 163 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.13 |
| HSL | 319.46º | 0.74% | 0.51% | - |
| HSV(B) | 319.46º | 0.83% | 0.87% | - |
| XYZ | 37.74 | 19.72 | 36.47 | - |
| YUV | 107.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 163 | 0 | 0.83 | 0.27 | 0.13 | 319.46 | 0.74 | 0.51 |
| Hex | DF | 26 | A3 | 0 | 53 | 1B | D | 13F | 4A | 33 |
| Octal | 337 | 46 | 243 | 0 | 123 | 33 | 15 | 477 | 112 | 63 |
| Binary | 11011111 | 100110 | 10100011 | 0 | 1010011 | 11011 | 1101 | 100111111 | 1001010 | 110011 |
Color Harmonies of #DF26A3
Complementary color
Monochromatic Colors of #DF26A3
Black with #DF26A3
Text Example
Text Example
White with #DF26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26A3; }
p { color: rgb(223,38,163); }
H1.HeaderClassName
{
color: #DF26A3;
}
.AnyTagClassName
{
color: #DF26A3;
}
</style>
background-color css
<style>
a { background-color: #DF26A3; }
a { background-color: rgb(223,38,163); }
div.DivClassName
{
background-color: #DF26A3;
}
.BgClassName
{
background-color: #DF26A3;
}
</style>
border-color css
<style>
span { border-color: #DF26A3; }
span { border-color: rgb(223,38,163); }
td.TdClassName
{
border-color: #DF26A3;
}
.TagClassName
{
border-color: #DF26A3;
}
</style>