Shades of Persian Rose #DA28A9
Tints of Persian Rose #DA28A9
RGB
CMYK
RGB Variations
Color information
#DA28A9 (or 0xDA28A9) is known color: Persian Rose. HEX triplet: DA, 28 and A9. RGB value is (218,40,169). Sum of RGB (Red+Green+Blue) = 218+40+169=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28A9 is #25D756. Grayscale: #6B6B6B. Windows color (decimal): -2479959 or 11086042. OLE color: 11086042.
HSL color Cylindrical-coordinate representation of color #DA28A9: hue angle of 316.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28A9 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 169 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.15 |
| HSL | 316.52º | 0.71% | 0.51% | - |
| HSV(B) | 316.52º | 0.82% | 0.85% | - |
| XYZ | 36.83 | 19.29 | 39.32 | - |
| YUV | 107.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 169 | 0 | 0.82 | 0.22 | 0.15 | 316.52 | 0.71 | 0.51 |
| Hex | DA | 28 | A9 | 0 | 52 | 16 | F | 13D | 47 | 33 |
| Octal | 332 | 50 | 251 | 0 | 122 | 26 | 17 | 475 | 107 | 63 |
| Binary | 11011010 | 101000 | 10101001 | 0 | 1010010 | 10110 | 1111 | 100111101 | 1000111 | 110011 |
Color Harmonies of #DA28A9
Complementary color
Monochromatic Colors of #DA28A9
Black with #DA28A9
Text Example
Text Example
White with #DA28A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28A9; }
p { color: rgb(218,40,169); }
H1.HeaderClassName
{
color: #DA28A9;
}
.AnyTagClassName
{
color: #DA28A9;
}
</style>
background-color css
<style>
a { background-color: #DA28A9; }
a { background-color: rgb(218,40,169); }
div.DivClassName
{
background-color: #DA28A9;
}
.BgClassName
{
background-color: #DA28A9;
}
</style>
border-color css
<style>
span { border-color: #DA28A9; }
span { border-color: rgb(218,40,169); }
td.TdClassName
{
border-color: #DA28A9;
}
.TagClassName
{
border-color: #DA28A9;
}
</style>