Shades of Persian Pink #D677B5
Tints of Persian Pink #D677B5
RGB
CMYK
RGB Variations
Color information
#D677B5 (or 0xD677B5) is known color: Persian Pink. HEX triplet: D6, 77 and B5. RGB value is (214,119,181). Sum of RGB (Red+Green+Blue) = 214+119+181=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D677B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677B5 is #29884A. Grayscale: #9A9A9A. Windows color (decimal): -2721867 or 11892694. OLE color: 11892694.
HSL color Cylindrical-coordinate representation of color #D677B5: hue angle of 320.84º 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 #D677B5 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 181 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.16 |
| HSL | 320.84º | 0.54% | 0.65% | - |
| HSV(B) | 320.84º | 0.44% | 0.84% | - |
| XYZ | 42.67 | 30.83 | 47.42 | - |
| YUV | 154.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 181 | 0 | 0.44 | 0.15 | 0.16 | 320.84 | 0.54 | 0.65 |
| Hex | D6 | 77 | B5 | 0 | 2C | F | 10 | 141 | 36 | 41 |
| Octal | 326 | 167 | 265 | 0 | 54 | 17 | 20 | 501 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10110101 | 0 | 101100 | 1111 | 10000 | 101000001 | 110110 | 1000001 |
Color Harmonies of #D677B5
Complementary color
Monochromatic Colors of #D677B5
Black with #D677B5
Text Example
Text Example
White with #D677B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677B5; }
p { color: rgb(214,119,181); }
H1.HeaderClassName
{
color: #D677B5;
}
.AnyTagClassName
{
color: #D677B5;
}
</style>
background-color css
<style>
a { background-color: #D677B5; }
a { background-color: rgb(214,119,181); }
div.DivClassName
{
background-color: #D677B5;
}
.BgClassName
{
background-color: #D677B5;
}
</style>
border-color css
<style>
span { border-color: #D677B5; }
span { border-color: rgb(214,119,181); }
td.TdClassName
{
border-color: #D677B5;
}
.TagClassName
{
border-color: #D677B5;
}
</style>