Shades of Persian Rose #DA37AF
Tints of Persian Rose #DA37AF
RGB
CMYK
RGB Variations
Color information
#DA37AF (or 0xDA37AF) is known color: Persian Rose. HEX triplet: DA, 37 and AF. RGB value is (218,55,175). Sum of RGB (Red+Green+Blue) = 218+55+175=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA37AF is #25C850. Grayscale: #757575. Windows color (decimal): -2476113 or 11483098. OLE color: 11483098.
HSL color Cylindrical-coordinate representation of color #DA37AF: hue angle of 315.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA37AF is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 175 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.15 |
| HSL | 315.83º | 0.69% | 0.54% | - |
| HSV(B) | 315.83º | 0.75% | 0.85% | - |
| XYZ | 38.02 | 20.73 | 42.56 | - |
| YUV | 117.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 175 | 0 | 0.75 | 0.20 | 0.15 | 315.83 | 0.69 | 0.54 |
| Hex | DA | 37 | AF | 0 | 4B | 14 | F | 13C | 45 | 36 |
| Octal | 332 | 67 | 257 | 0 | 113 | 24 | 17 | 474 | 105 | 66 |
| Binary | 11011010 | 110111 | 10101111 | 0 | 1001011 | 10100 | 1111 | 100111100 | 1000101 | 110110 |
Color Harmonies of #DA37AF
Complementary color
Monochromatic Colors of #DA37AF
Black with #DA37AF
Text Example
Text Example
White with #DA37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37AF; }
p { color: rgb(218,55,175); }
H1.HeaderClassName
{
color: #DA37AF;
}
.AnyTagClassName
{
color: #DA37AF;
}
</style>
background-color css
<style>
a { background-color: #DA37AF; }
a { background-color: rgb(218,55,175); }
div.DivClassName
{
background-color: #DA37AF;
}
.BgClassName
{
background-color: #DA37AF;
}
</style>
border-color css
<style>
span { border-color: #DA37AF; }
span { border-color: rgb(218,55,175); }
td.TdClassName
{
border-color: #DA37AF;
}
.TagClassName
{
border-color: #DA37AF;
}
</style>