Shades of Persian Pink #DA79BA
Tints of Persian Pink #DA79BA
RGB
CMYK
RGB Variations
Color information
#DA79BA (or 0xDA79BA) is known color: Persian Pink. HEX triplet: DA, 79 and BA. RGB value is (218,121,186). Sum of RGB (Red+Green+Blue) = 218+121+186=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79BA is #258645. Grayscale: #9D9D9D. Windows color (decimal): -2459206 or 12220890. OLE color: 12220890.
HSL color Cylindrical-coordinate representation of color #DA79BA: hue angle of 319.79º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA79BA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 186 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.15 |
| HSL | 319.79º | 0.57% | 0.66% | - |
| HSV(B) | 319.79º | 0.44% | 0.85% | - |
| XYZ | 44.61 | 32.13 | 50.3 | - |
| YUV | 157.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 186 | 0 | 0.44 | 0.15 | 0.15 | 319.79 | 0.57 | 0.66 |
| Hex | DA | 79 | BA | 0 | 2C | F | F | 140 | 39 | 42 |
| Octal | 332 | 171 | 272 | 0 | 54 | 17 | 17 | 500 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10111010 | 0 | 101100 | 1111 | 1111 | 101000000 | 111001 | 1000010 |
Color Harmonies of #DA79BA
Complementary color
Monochromatic Colors of #DA79BA
Black with #DA79BA
Text Example
Text Example
White with #DA79BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA79BA; }
p { color: rgb(218,121,186); }
H1.HeaderClassName
{
color: #DA79BA;
}
.AnyTagClassName
{
color: #DA79BA;
}
</style>
background-color css
<style>
a { background-color: #DA79BA; }
a { background-color: rgb(218,121,186); }
div.DivClassName
{
background-color: #DA79BA;
}
.BgClassName
{
background-color: #DA79BA;
}
</style>
border-color css
<style>
span { border-color: #DA79BA; }
span { border-color: rgb(218,121,186); }
td.TdClassName
{
border-color: #DA79BA;
}
.TagClassName
{
border-color: #DA79BA;
}
</style>