Shades of Persian Pink #D677B2
Tints of Persian Pink #D677B2
RGB
CMYK
RGB Variations
Color information
#D677B2 (or 0xD677B2) is known color: Persian Pink. HEX triplet: D6, 77 and B2. RGB value is (214,119,178). Sum of RGB (Red+Green+Blue) = 214+119+178=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D677B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677B2 is #29884D. Grayscale: #999999. Windows color (decimal): -2721870 or 11696086. OLE color: 11696086.
HSL color Cylindrical-coordinate representation of color #D677B2: hue angle of 322.74º 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 #D677B2 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 178 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.16 |
| HSL | 322.74º | 0.54% | 0.65% | - |
| HSV(B) | 322.74º | 0.44% | 0.84% | - |
| XYZ | 42.36 | 30.7 | 45.81 | - |
| YUV | 154.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 178 | 0 | 0.44 | 0.17 | 0.16 | 322.74 | 0.54 | 0.65 |
| Hex | D6 | 77 | B2 | 0 | 2C | 11 | 10 | 143 | 36 | 41 |
| Octal | 326 | 167 | 262 | 0 | 54 | 21 | 20 | 503 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10110010 | 0 | 101100 | 10001 | 10000 | 101000011 | 110110 | 1000001 |
Color Harmonies of #D677B2
Complementary color
Monochromatic Colors of #D677B2
Black with #D677B2
Text Example
Text Example
White with #D677B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677B2; }
p { color: rgb(214,119,178); }
H1.HeaderClassName
{
color: #D677B2;
}
.AnyTagClassName
{
color: #D677B2;
}
</style>
background-color css
<style>
a { background-color: #D677B2; }
a { background-color: rgb(214,119,178); }
div.DivClassName
{
background-color: #D677B2;
}
.BgClassName
{
background-color: #D677B2;
}
</style>
border-color css
<style>
span { border-color: #D677B2; }
span { border-color: rgb(214,119,178); }
td.TdClassName
{
border-color: #D677B2;
}
.TagClassName
{
border-color: #D677B2;
}
</style>