Shades of Persian Rose #DA30AD
Tints of Persian Rose #DA30AD
RGB
CMYK
RGB Variations
Color information
#DA30AD (or 0xDA30AD) is known color: Persian Rose. HEX triplet: DA, 30 and AD. RGB value is (218,48,173). Sum of RGB (Red+Green+Blue) = 218+48+173=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30AD is #25CF52. Grayscale: #707070. Windows color (decimal): -2477907 or 11350234. OLE color: 11350234.
HSL color Cylindrical-coordinate representation of color #DA30AD: hue angle of 315.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA30AD is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 173 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.15 |
| HSL | 315.88º | 0.7% | 0.52% | - |
| HSV(B) | 315.88º | 0.78% | 0.85% | - |
| XYZ | 37.51 | 20.04 | 41.43 | - |
| YUV | 113.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 173 | 0 | 0.78 | 0.21 | 0.15 | 315.88 | 0.7 | 0.52 |
| Hex | DA | 30 | AD | 0 | 4E | 15 | F | 13C | 46 | 34 |
| Octal | 332 | 60 | 255 | 0 | 116 | 25 | 17 | 474 | 106 | 64 |
| Binary | 11011010 | 110000 | 10101101 | 0 | 1001110 | 10101 | 1111 | 100111100 | 1000110 | 110100 |
Color Harmonies of #DA30AD
Complementary color
Monochromatic Colors of #DA30AD
Black with #DA30AD
Text Example
Text Example
White with #DA30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30AD; }
p { color: rgb(218,48,173); }
H1.HeaderClassName
{
color: #DA30AD;
}
.AnyTagClassName
{
color: #DA30AD;
}
</style>
background-color css
<style>
a { background-color: #DA30AD; }
a { background-color: rgb(218,48,173); }
div.DivClassName
{
background-color: #DA30AD;
}
.BgClassName
{
background-color: #DA30AD;
}
</style>
border-color css
<style>
span { border-color: #DA30AD; }
span { border-color: rgb(218,48,173); }
td.TdClassName
{
border-color: #DA30AD;
}
.TagClassName
{
border-color: #DA30AD;
}
</style>