Shades of Persian Rose #DA31AF
Tints of Persian Rose #DA31AF
RGB
CMYK
RGB Variations
Color information
#DA31AF (or 0xDA31AF) is known color: Persian Rose. HEX triplet: DA, 31 and AF. RGB value is (218,49,175). Sum of RGB (Red+Green+Blue) = 218+49+175=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31AF is #25CE50. Grayscale: #717171. Windows color (decimal): -2477649 or 11481562. OLE color: 11481562.
HSL color Cylindrical-coordinate representation of color #DA31AF: hue angle of 315.27º 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 #DA31AF is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 175 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.15 |
| HSL | 315.27º | 0.7% | 0.52% | - |
| HSV(B) | 315.27º | 0.78% | 0.85% | - |
| XYZ | 37.75 | 20.2 | 42.47 | - |
| YUV | 113.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 175 | 0 | 0.78 | 0.20 | 0.15 | 315.27 | 0.7 | 0.52 |
| Hex | DA | 31 | AF | 0 | 4E | 14 | F | 13B | 46 | 34 |
| Octal | 332 | 61 | 257 | 0 | 116 | 24 | 17 | 473 | 106 | 64 |
| Binary | 11011010 | 110001 | 10101111 | 0 | 1001110 | 10100 | 1111 | 100111011 | 1000110 | 110100 |
Color Harmonies of #DA31AF
Complementary color
Monochromatic Colors of #DA31AF
Black with #DA31AF
Text Example
Text Example
White with #DA31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA31AF; }
p { color: rgb(218,49,175); }
H1.HeaderClassName
{
color: #DA31AF;
}
.AnyTagClassName
{
color: #DA31AF;
}
</style>
background-color css
<style>
a { background-color: #DA31AF; }
a { background-color: rgb(218,49,175); }
div.DivClassName
{
background-color: #DA31AF;
}
.BgClassName
{
background-color: #DA31AF;
}
</style>
border-color css
<style>
span { border-color: #DA31AF; }
span { border-color: rgb(218,49,175); }
td.TdClassName
{
border-color: #DA31AF;
}
.TagClassName
{
border-color: #DA31AF;
}
</style>