Shades of Persian Pink #DA77BC
Tints of Persian Pink #DA77BC
RGB
CMYK
RGB Variations
Color information
#DA77BC (or 0xDA77BC) is known color: Persian Pink. HEX triplet: DA, 77 and BC. RGB value is (218,119,188). Sum of RGB (Red+Green+Blue) = 218+119+188=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77BC is #258843. Grayscale: #9C9C9C. Windows color (decimal): -2459716 or 12351450. OLE color: 12351450.
HSL color Cylindrical-coordinate representation of color #DA77BC: hue angle of 318.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77BC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 188 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.15 |
| HSL | 318.18º | 0.57% | 0.66% | - |
| HSV(B) | 318.18º | 0.45% | 0.85% | - |
| XYZ | 44.59 | 31.73 | 51.35 | - |
| YUV | 156.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 188 | 0 | 0.45 | 0.14 | 0.15 | 318.18 | 0.57 | 0.66 |
| Hex | DA | 77 | BC | 0 | 2D | E | F | 13E | 39 | 42 |
| Octal | 332 | 167 | 274 | 0 | 55 | 16 | 17 | 476 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10111100 | 0 | 101101 | 1110 | 1111 | 100111110 | 111001 | 1000010 |
Color Harmonies of #DA77BC
Complementary color
Monochromatic Colors of #DA77BC
Black with #DA77BC
Text Example
Text Example
White with #DA77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77BC; }
p { color: rgb(218,119,188); }
H1.HeaderClassName
{
color: #DA77BC;
}
.AnyTagClassName
{
color: #DA77BC;
}
</style>
background-color css
<style>
a { background-color: #DA77BC; }
a { background-color: rgb(218,119,188); }
div.DivClassName
{
background-color: #DA77BC;
}
.BgClassName
{
background-color: #DA77BC;
}
</style>
border-color css
<style>
span { border-color: #DA77BC; }
span { border-color: rgb(218,119,188); }
td.TdClassName
{
border-color: #DA77BC;
}
.TagClassName
{
border-color: #DA77BC;
}
</style>