Shades of Persian Rose #DE26A9
Tints of Persian Rose #DE26A9
RGB
CMYK
RGB Variations
Color information
#DE26A9 (or 0xDE26A9) is known color: Persian Rose. HEX triplet: DE, 26 and A9. RGB value is (222,38,169). Sum of RGB (Red+Green+Blue) = 222+38+169=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE26A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE26A9 is #21D956. Grayscale: #6B6B6B. Windows color (decimal): -2218327 or 11085534. OLE color: 11085534.
HSL color Cylindrical-coordinate representation of color #DE26A9: hue angle of 317.28º 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 #DE26A9 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 169 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.13 |
| HSL | 317.28º | 0.74% | 0.51% | - |
| HSV(B) | 317.28º | 0.83% | 0.87% | - |
| XYZ | 37.98 | 19.78 | 39.35 | - |
| YUV | 107.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 169 | 0 | 0.83 | 0.24 | 0.13 | 317.28 | 0.74 | 0.51 |
| Hex | DE | 26 | A9 | 0 | 53 | 18 | D | 13D | 4A | 33 |
| Octal | 336 | 46 | 251 | 0 | 123 | 30 | 15 | 475 | 112 | 63 |
| Binary | 11011110 | 100110 | 10101001 | 0 | 1010011 | 11000 | 1101 | 100111101 | 1001010 | 110011 |
Color Harmonies of #DE26A9
Complementary color
Monochromatic Colors of #DE26A9
Black with #DE26A9
Text Example
Text Example
White with #DE26A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE26A9; }
p { color: rgb(222,38,169); }
H1.HeaderClassName
{
color: #DE26A9;
}
.AnyTagClassName
{
color: #DE26A9;
}
</style>
background-color css
<style>
a { background-color: #DE26A9; }
a { background-color: rgb(222,38,169); }
div.DivClassName
{
background-color: #DE26A9;
}
.BgClassName
{
background-color: #DE26A9;
}
</style>
border-color css
<style>
span { border-color: #DE26A9; }
span { border-color: rgb(222,38,169); }
td.TdClassName
{
border-color: #DE26A9;
}
.TagClassName
{
border-color: #DE26A9;
}
</style>