Shades of Persian Rose #DA33AF
Tints of Persian Rose #DA33AF
RGB
CMYK
RGB Variations
Color information
#DA33AF (or 0xDA33AF) is known color: Persian Rose. HEX triplet: DA, 33 and AF. RGB value is (218,51,175). Sum of RGB (Red+Green+Blue) = 218+51+175=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA33AF is #25CC50. Grayscale: #727272. Windows color (decimal): -2477137 or 11482074. OLE color: 11482074.
HSL color Cylindrical-coordinate representation of color #DA33AF: hue angle of 315.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA33AF is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 175 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.15 |
| HSL | 315.45º | 0.69% | 0.53% | - |
| HSV(B) | 315.45º | 0.77% | 0.85% | - |
| XYZ | 37.84 | 20.37 | 42.49 | - |
| YUV | 115.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 175 | 0 | 0.77 | 0.20 | 0.15 | 315.45 | 0.69 | 0.53 |
| Hex | DA | 33 | AF | 0 | 4D | 14 | F | 13B | 45 | 35 |
| Octal | 332 | 63 | 257 | 0 | 115 | 24 | 17 | 473 | 105 | 65 |
| Binary | 11011010 | 110011 | 10101111 | 0 | 1001101 | 10100 | 1111 | 100111011 | 1000101 | 110101 |
Color Harmonies of #DA33AF
Complementary color
Monochromatic Colors of #DA33AF
Black with #DA33AF
Text Example
Text Example
White with #DA33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA33AF; }
p { color: rgb(218,51,175); }
H1.HeaderClassName
{
color: #DA33AF;
}
.AnyTagClassName
{
color: #DA33AF;
}
</style>
background-color css
<style>
a { background-color: #DA33AF; }
a { background-color: rgb(218,51,175); }
div.DivClassName
{
background-color: #DA33AF;
}
.BgClassName
{
background-color: #DA33AF;
}
</style>
border-color css
<style>
span { border-color: #DA33AF; }
span { border-color: rgb(218,51,175); }
td.TdClassName
{
border-color: #DA33AF;
}
.TagClassName
{
border-color: #DA33AF;
}
</style>