Shades of Persian Pink #DA81BC
Tints of Persian Pink #DA81BC
RGB
CMYK
RGB Variations
Color information
#DA81BC (or 0xDA81BC) is known color: Persian Pink. HEX triplet: DA, 81 and BC. RGB value is (218,129,188). Sum of RGB (Red+Green+Blue) = 218+129+188=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81BC is #257E43. Grayscale: #A2A2A2. Windows color (decimal): -2457156 or 12354010. OLE color: 12354010.
HSL color Cylindrical-coordinate representation of color #DA81BC: hue angle of 320.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81BC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 188 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.15 |
| HSL | 320.22º | 0.55% | 0.68% | - |
| HSV(B) | 320.22º | 0.41% | 0.85% | - |
| XYZ | 45.84 | 34.24 | 51.77 | - |
| YUV | 162.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 188 | 0 | 0.41 | 0.14 | 0.15 | 320.22 | 0.55 | 0.68 |
| Hex | DA | 81 | BC | 0 | 29 | E | F | 140 | 37 | 44 |
| Octal | 332 | 201 | 274 | 0 | 51 | 16 | 17 | 500 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10111100 | 0 | 101001 | 1110 | 1111 | 101000000 | 110111 | 1000100 |
Color Harmonies of #DA81BC
Complementary color
Monochromatic Colors of #DA81BC
Black with #DA81BC
Text Example
Text Example
White with #DA81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81BC; }
p { color: rgb(218,129,188); }
H1.HeaderClassName
{
color: #DA81BC;
}
.AnyTagClassName
{
color: #DA81BC;
}
</style>
background-color css
<style>
a { background-color: #DA81BC; }
a { background-color: rgb(218,129,188); }
div.DivClassName
{
background-color: #DA81BC;
}
.BgClassName
{
background-color: #DA81BC;
}
</style>
border-color css
<style>
span { border-color: #DA81BC; }
span { border-color: rgb(218,129,188); }
td.TdClassName
{
border-color: #DA81BC;
}
.TagClassName
{
border-color: #DA81BC;
}
</style>