Shades of Persian Rose #DA34AF
Tints of Persian Rose #DA34AF
RGB
CMYK
RGB Variations
Color information
#DA34AF (or 0xDA34AF) is known color: Persian Rose. HEX triplet: DA, 34 and AF. RGB value is (218,52,175). Sum of RGB (Red+Green+Blue) = 218+52+175=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA34AF is #25CB50. Grayscale: #737373. Windows color (decimal): -2476881 or 11482330. OLE color: 11482330.
HSL color Cylindrical-coordinate representation of color #DA34AF: hue angle of 315.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA34AF is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 175 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.15 |
| HSL | 315.54º | 0.69% | 0.53% | - |
| HSV(B) | 315.54º | 0.76% | 0.85% | - |
| XYZ | 37.88 | 20.46 | 42.51 | - |
| YUV | 115.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 175 | 0 | 0.76 | 0.20 | 0.15 | 315.54 | 0.69 | 0.53 |
| Hex | DA | 34 | AF | 0 | 4C | 14 | F | 13C | 45 | 35 |
| Octal | 332 | 64 | 257 | 0 | 114 | 24 | 17 | 474 | 105 | 65 |
| Binary | 11011010 | 110100 | 10101111 | 0 | 1001100 | 10100 | 1111 | 100111100 | 1000101 | 110101 |
Color Harmonies of #DA34AF
Complementary color
Monochromatic Colors of #DA34AF
Black with #DA34AF
Text Example
Text Example
White with #DA34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34AF; }
p { color: rgb(218,52,175); }
H1.HeaderClassName
{
color: #DA34AF;
}
.AnyTagClassName
{
color: #DA34AF;
}
</style>
background-color css
<style>
a { background-color: #DA34AF; }
a { background-color: rgb(218,52,175); }
div.DivClassName
{
background-color: #DA34AF;
}
.BgClassName
{
background-color: #DA34AF;
}
</style>
border-color css
<style>
span { border-color: #DA34AF; }
span { border-color: rgb(218,52,175); }
td.TdClassName
{
border-color: #DA34AF;
}
.TagClassName
{
border-color: #DA34AF;
}
</style>