Shades of Persian Rose #DA30AB
Tints of Persian Rose #DA30AB
RGB
CMYK
RGB Variations
Color information
#DA30AB (or 0xDA30AB) is known color: Persian Rose. HEX triplet: DA, 30 and AB. RGB value is (218,48,171). Sum of RGB (Red+Green+Blue) = 218+48+171=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA30AB is #25CF54. Grayscale: #707070. Windows color (decimal): -2477909 or 11219162. OLE color: 11219162.
HSL color Cylindrical-coordinate representation of color #DA30AB: hue angle of 316.59º 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 #DA30AB is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 171 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.15 |
| HSL | 316.59º | 0.7% | 0.52% | - |
| HSV(B) | 316.59º | 0.78% | 0.85% | - |
| XYZ | 37.32 | 19.96 | 40.41 | - |
| YUV | 112.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 171 | 0 | 0.78 | 0.22 | 0.15 | 316.59 | 0.7 | 0.52 |
| Hex | DA | 30 | AB | 0 | 4E | 16 | F | 13D | 46 | 34 |
| Octal | 332 | 60 | 253 | 0 | 116 | 26 | 17 | 475 | 106 | 64 |
| Binary | 11011010 | 110000 | 10101011 | 0 | 1001110 | 10110 | 1111 | 100111101 | 1000110 | 110100 |
Color Harmonies of #DA30AB
Complementary color
Monochromatic Colors of #DA30AB
Black with #DA30AB
Text Example
Text Example
White with #DA30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA30AB; }
p { color: rgb(218,48,171); }
H1.HeaderClassName
{
color: #DA30AB;
}
.AnyTagClassName
{
color: #DA30AB;
}
</style>
background-color css
<style>
a { background-color: #DA30AB; }
a { background-color: rgb(218,48,171); }
div.DivClassName
{
background-color: #DA30AB;
}
.BgClassName
{
background-color: #DA30AB;
}
</style>
border-color css
<style>
span { border-color: #DA30AB; }
span { border-color: rgb(218,48,171); }
td.TdClassName
{
border-color: #DA30AB;
}
.TagClassName
{
border-color: #DA30AB;
}
</style>