Shades of Persian Pink #D677B9
Tints of Persian Pink #D677B9
RGB
CMYK
RGB Variations
Color information
#D677B9 (or 0xD677B9) is known color: Persian Pink. HEX triplet: D6, 77 and B9. RGB value is (214,119,185). Sum of RGB (Red+Green+Blue) = 214+119+185=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D677B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677B9 is #298846. Grayscale: #9A9A9A. Windows color (decimal): -2721863 or 12154838. OLE color: 12154838.
HSL color Cylindrical-coordinate representation of color #D677B9: hue angle of 318.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D677B9 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 185 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.16 |
| HSL | 318.32º | 0.54% | 0.65% | - |
| HSV(B) | 318.32º | 0.44% | 0.84% | - |
| XYZ | 43.09 | 30.99 | 49.61 | - |
| YUV | 154.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 185 | 0 | 0.44 | 0.14 | 0.16 | 318.32 | 0.54 | 0.65 |
| Hex | D6 | 77 | B9 | 0 | 2C | E | 10 | 13E | 36 | 41 |
| Octal | 326 | 167 | 271 | 0 | 54 | 16 | 20 | 476 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10111001 | 0 | 101100 | 1110 | 10000 | 100111110 | 110110 | 1000001 |
Color Harmonies of #D677B9
Complementary color
Monochromatic Colors of #D677B9
Black with #D677B9
Text Example
Text Example
White with #D677B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677B9; }
p { color: rgb(214,119,185); }
H1.HeaderClassName
{
color: #D677B9;
}
.AnyTagClassName
{
color: #D677B9;
}
</style>
background-color css
<style>
a { background-color: #D677B9; }
a { background-color: rgb(214,119,185); }
div.DivClassName
{
background-color: #D677B9;
}
.BgClassName
{
background-color: #D677B9;
}
</style>
border-color css
<style>
span { border-color: #D677B9; }
span { border-color: rgb(214,119,185); }
td.TdClassName
{
border-color: #D677B9;
}
.TagClassName
{
border-color: #D677B9;
}
</style>