Shades of Persian Rose #DA29A8
Tints of Persian Rose #DA29A8
RGB
CMYK
RGB Variations
Color information
#DA29A8 (or 0xDA29A8) is known color: Persian Rose. HEX triplet: DA, 29 and A8. RGB value is (218,41,168). Sum of RGB (Red+Green+Blue) = 218+41+168=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29A8 is #25D657. Grayscale: #6C6C6C. Windows color (decimal): -2479704 or 11020762. OLE color: 11020762.
HSL color Cylindrical-coordinate representation of color #DA29A8: hue angle of 316.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA29A8 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 168 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.15 |
| HSL | 316.95º | 0.71% | 0.51% | - |
| HSV(B) | 316.95º | 0.81% | 0.85% | - |
| XYZ | 36.77 | 19.32 | 38.84 | - |
| YUV | 108.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 168 | 0 | 0.81 | 0.23 | 0.15 | 316.95 | 0.71 | 0.51 |
| Hex | DA | 29 | A8 | 0 | 51 | 17 | F | 13D | 47 | 33 |
| Octal | 332 | 51 | 250 | 0 | 121 | 27 | 17 | 475 | 107 | 63 |
| Binary | 11011010 | 101001 | 10101000 | 0 | 1010001 | 10111 | 1111 | 100111101 | 1000111 | 110011 |
Color Harmonies of #DA29A8
Complementary color
Monochromatic Colors of #DA29A8
Black with #DA29A8
Text Example
Text Example
White with #DA29A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29A8; }
p { color: rgb(218,41,168); }
H1.HeaderClassName
{
color: #DA29A8;
}
.AnyTagClassName
{
color: #DA29A8;
}
</style>
background-color css
<style>
a { background-color: #DA29A8; }
a { background-color: rgb(218,41,168); }
div.DivClassName
{
background-color: #DA29A8;
}
.BgClassName
{
background-color: #DA29A8;
}
</style>
border-color css
<style>
span { border-color: #DA29A8; }
span { border-color: rgb(218,41,168); }
td.TdClassName
{
border-color: #DA29A8;
}
.TagClassName
{
border-color: #DA29A8;
}
</style>