Shades of Persian Rose #DA25A7
Tints of Persian Rose #DA25A7
RGB
CMYK
RGB Variations
Color information
#DA25A7 (or 0xDA25A7) is known color: Persian Rose. HEX triplet: DA, 25 and A7. RGB value is (218,37,167). Sum of RGB (Red+Green+Blue) = 218+37+167=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25A7 is #25DA58. Grayscale: #696969. Windows color (decimal): -2480729 or 10954202. OLE color: 10954202.
HSL color Cylindrical-coordinate representation of color #DA25A7: hue angle of 316.91º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25A7 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 167 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.15 |
| HSL | 316.91º | 0.71% | 0.5% | - |
| HSV(B) | 316.91º | 0.83% | 0.85% | - |
| XYZ | 36.55 | 19.02 | 38.3 | - |
| YUV | 105.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 167 | 0 | 0.83 | 0.23 | 0.15 | 316.91 | 0.71 | 0.5 |
| Hex | DA | 25 | A7 | 0 | 53 | 17 | F | 13D | 47 | 32 |
| Octal | 332 | 45 | 247 | 0 | 123 | 27 | 17 | 475 | 107 | 62 |
| Binary | 11011010 | 100101 | 10100111 | 0 | 1010011 | 10111 | 1111 | 100111101 | 1000111 | 110010 |
Color Harmonies of #DA25A7
Complementary color
Monochromatic Colors of #DA25A7
Black with #DA25A7
Text Example
Text Example
White with #DA25A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25A7; }
p { color: rgb(218,37,167); }
H1.HeaderClassName
{
color: #DA25A7;
}
.AnyTagClassName
{
color: #DA25A7;
}
</style>
background-color css
<style>
a { background-color: #DA25A7; }
a { background-color: rgb(218,37,167); }
div.DivClassName
{
background-color: #DA25A7;
}
.BgClassName
{
background-color: #DA25A7;
}
</style>
border-color css
<style>
span { border-color: #DA25A7; }
span { border-color: rgb(218,37,167); }
td.TdClassName
{
border-color: #DA25A7;
}
.TagClassName
{
border-color: #DA25A7;
}
</style>