Shades of Persian Rose #DA2FAC
Tints of Persian Rose #DA2FAC
RGB
CMYK
RGB Variations
Color information
#DA2FAC (or 0xDA2FAC) is known color: Persian Rose. HEX triplet: DA, 2F and AC. RGB value is (218,47,172). Sum of RGB (Red+Green+Blue) = 218+47+172=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FAC is #25D053. Grayscale: #707070. Windows color (decimal): -2478164 or 11284442. OLE color: 11284442.
HSL color Cylindrical-coordinate representation of color #DA2FAC: hue angle of 316.14º 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 #DA2FAC is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 172 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.15 |
| HSL | 316.14º | 0.7% | 0.52% | - |
| HSV(B) | 316.14º | 0.78% | 0.85% | - |
| XYZ | 37.38 | 19.92 | 40.9 | - |
| YUV | 112.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 172 | 0 | 0.78 | 0.21 | 0.15 | 316.14 | 0.7 | 0.52 |
| Hex | DA | 2F | AC | 0 | 4E | 15 | F | 13C | 46 | 34 |
| Octal | 332 | 57 | 254 | 0 | 116 | 25 | 17 | 474 | 106 | 64 |
| Binary | 11011010 | 101111 | 10101100 | 0 | 1001110 | 10101 | 1111 | 100111100 | 1000110 | 110100 |
Color Harmonies of #DA2FAC
Complementary color
Monochromatic Colors of #DA2FAC
Black with #DA2FAC
Text Example
Text Example
White with #DA2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FAC; }
p { color: rgb(218,47,172); }
H1.HeaderClassName
{
color: #DA2FAC;
}
.AnyTagClassName
{
color: #DA2FAC;
}
</style>
background-color css
<style>
a { background-color: #DA2FAC; }
a { background-color: rgb(218,47,172); }
div.DivClassName
{
background-color: #DA2FAC;
}
.BgClassName
{
background-color: #DA2FAC;
}
</style>
border-color css
<style>
span { border-color: #DA2FAC; }
span { border-color: rgb(218,47,172); }
td.TdClassName
{
border-color: #DA2FAC;
}
.TagClassName
{
border-color: #DA2FAC;
}
</style>