Shades of Persian Pink #DA6AB5
Tints of Persian Pink #DA6AB5
RGB
CMYK
RGB Variations
Color information
#DA6AB5 (or 0xDA6AB5) is known color: Persian Pink. HEX triplet: DA, 6A and B5. RGB value is (218,106,181). Sum of RGB (Red+Green+Blue) = 218+106+181=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AB5 is #25954A. Grayscale: #939393. Windows color (decimal): -2463051 or 11889370. OLE color: 11889370.
HSL color Cylindrical-coordinate representation of color #DA6AB5: hue angle of 319.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AB5 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 181 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.15 |
| HSL | 319.82º | 0.6% | 0.64% | - |
| HSV(B) | 319.82º | 0.51% | 0.85% | - |
| XYZ | 42.41 | 28.55 | 46.99 | - |
| YUV | 148.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 181 | 0 | 0.51 | 0.17 | 0.15 | 319.82 | 0.6 | 0.64 |
| Hex | DA | 6A | B5 | 0 | 33 | 11 | F | 140 | 3C | 40 |
| Octal | 332 | 152 | 265 | 0 | 63 | 21 | 17 | 500 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10110101 | 0 | 110011 | 10001 | 1111 | 101000000 | 111100 | 1000000 |
Color Harmonies of #DA6AB5
Complementary color
Monochromatic Colors of #DA6AB5
Black with #DA6AB5
Text Example
Text Example
White with #DA6AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6AB5; }
p { color: rgb(218,106,181); }
H1.HeaderClassName
{
color: #DA6AB5;
}
.AnyTagClassName
{
color: #DA6AB5;
}
</style>
background-color css
<style>
a { background-color: #DA6AB5; }
a { background-color: rgb(218,106,181); }
div.DivClassName
{
background-color: #DA6AB5;
}
.BgClassName
{
background-color: #DA6AB5;
}
</style>
border-color css
<style>
span { border-color: #DA6AB5; }
span { border-color: rgb(218,106,181); }
td.TdClassName
{
border-color: #DA6AB5;
}
.TagClassName
{
border-color: #DA6AB5;
}
</style>