Shades of Persian Pink #D676B6
Tints of Persian Pink #D676B6
RGB
CMYK
RGB Variations
Color information
#D676B6 (or 0xD676B6) is known color: Persian Pink. HEX triplet: D6, 76 and B6. RGB value is (214,118,182). Sum of RGB (Red+Green+Blue) = 214+118+182=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676B6 is #298949. Grayscale: #999999. Windows color (decimal): -2722122 or 11957974. OLE color: 11957974.
HSL color Cylindrical-coordinate representation of color #D676B6: hue angle of 320º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676B6 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 182 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.16 |
| HSL | 320º | 0.54% | 0.65% | - |
| HSV(B) | 320º | 0.45% | 0.84% | - |
| XYZ | 42.65 | 30.63 | 47.92 | - |
| YUV | 154 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 182 | 0 | 0.45 | 0.15 | 0.16 | 320 | 0.54 | 0.65 |
| Hex | D6 | 76 | B6 | 0 | 2D | F | 10 | 140 | 36 | 41 |
| Octal | 326 | 166 | 266 | 0 | 55 | 17 | 20 | 500 | 66 | 101 |
| Binary | 11010110 | 1110110 | 10110110 | 0 | 101101 | 1111 | 10000 | 101000000 | 110110 | 1000001 |
Color Harmonies of #D676B6
Complementary color
Monochromatic Colors of #D676B6
Black with #D676B6
Text Example
Text Example
White with #D676B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D676B6; }
p { color: rgb(214,118,182); }
H1.HeaderClassName
{
color: #D676B6;
}
.AnyTagClassName
{
color: #D676B6;
}
</style>
background-color css
<style>
a { background-color: #D676B6; }
a { background-color: rgb(214,118,182); }
div.DivClassName
{
background-color: #D676B6;
}
.BgClassName
{
background-color: #D676B6;
}
</style>
border-color css
<style>
span { border-color: #D676B6; }
span { border-color: rgb(214,118,182); }
td.TdClassName
{
border-color: #D676B6;
}
.TagClassName
{
border-color: #D676B6;
}
</style>