Shades of Persian Pink #DA80BC
Tints of Persian Pink #DA80BC
RGB
CMYK
RGB Variations
Color information
#DA80BC (or 0xDA80BC) is known color: Persian Pink. HEX triplet: DA, 80 and BC. RGB value is (218,128,188). Sum of RGB (Red+Green+Blue) = 218+128+188=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80BC is #257F43. Grayscale: #A1A1A1. Windows color (decimal): -2457412 or 12353754. OLE color: 12353754.
HSL color Cylindrical-coordinate representation of color #DA80BC: hue angle of 320º 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 #DA80BC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 188 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.15 |
| HSL | 320º | 0.55% | 0.68% | - |
| HSV(B) | 320º | 0.41% | 0.85% | - |
| XYZ | 45.71 | 33.97 | 51.73 | - |
| YUV | 161.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 188 | 0 | 0.41 | 0.14 | 0.15 | 320 | 0.55 | 0.68 |
| Hex | DA | 80 | BC | 0 | 29 | E | F | 140 | 37 | 44 |
| Octal | 332 | 200 | 274 | 0 | 51 | 16 | 17 | 500 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10111100 | 0 | 101001 | 1110 | 1111 | 101000000 | 110111 | 1000100 |
Color Harmonies of #DA80BC
Complementary color
Monochromatic Colors of #DA80BC
Black with #DA80BC
Text Example
Text Example
White with #DA80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80BC; }
p { color: rgb(218,128,188); }
H1.HeaderClassName
{
color: #DA80BC;
}
.AnyTagClassName
{
color: #DA80BC;
}
</style>
background-color css
<style>
a { background-color: #DA80BC; }
a { background-color: rgb(218,128,188); }
div.DivClassName
{
background-color: #DA80BC;
}
.BgClassName
{
background-color: #DA80BC;
}
</style>
border-color css
<style>
span { border-color: #DA80BC; }
span { border-color: rgb(218,128,188); }
td.TdClassName
{
border-color: #DA80BC;
}
.TagClassName
{
border-color: #DA80BC;
}
</style>