Shades of Persian Rose #DA2DAF
Tints of Persian Rose #DA2DAF
RGB
CMYK
RGB Variations
Color information
#DA2DAF (or 0xDA2DAF) is known color: Persian Rose. HEX triplet: DA, 2D and AF. RGB value is (218,45,175). Sum of RGB (Red+Green+Blue) = 218+45+175=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DAF is #25D250. Grayscale: #6F6F6F. Windows color (decimal): -2478673 or 11480538. OLE color: 11480538.
HSL color Cylindrical-coordinate representation of color #DA2DAF: hue angle of 314.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DAF is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 45 | 175 | - |
CMYK | 0 | 0.79 | 0.20 | 0.15 |
HSL | 314.91º | 0.7% | 0.52% | - |
HSV(B) | 314.91º | 0.79% | 0.85% | - |
XYZ | 37.59 | 19.88 | 42.41 | - |
YUV | 111.55 | 163.81 | 203.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 45 | 175 | 0 | 0.79 | 0.20 | 0.15 | 314.91 | 0.7 | 0.52 |
Hex | DA | 2D | AF | 0 | 4F | 14 | F | 13B | 46 | 34 |
Octal | 332 | 55 | 257 | 0 | 117 | 24 | 17 | 473 | 106 | 64 |
Binary | 11011010 | 101101 | 10101111 | 0 | 1001111 | 10100 | 1111 | 100111011 | 1000110 | 110100 |
Color Harmonies of #DA2DAF
Complementary color
Monochromatic Colors of #DA2DAF
Black with #DA2DAF
Text Example
Text Example
White with #DA2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DAF; }
p { color: rgb(218,45,175); }
H1.HeaderClassName
{
color: #DA2DAF;
}
.AnyTagClassName
{
color: #DA2DAF;
}
</style>
background-color css
<style>
a { background-color: #DA2DAF; }
a { background-color: rgb(218,45,175); }
div.DivClassName
{
background-color: #DA2DAF;
}
.BgClassName
{
background-color: #DA2DAF;
}
</style>
border-color css
<style>
span { border-color: #DA2DAF; }
span { border-color: rgb(218,45,175); }
td.TdClassName
{
border-color: #DA2DAF;
}
.TagClassName
{
border-color: #DA2DAF;
}
</style>