Shades of Persian Pink #D67FBC
Tints of Persian Pink #D67FBC
RGB
CMYK
RGB Variations
Color information
#D67FBC (or 0xD67FBC) is known color: Persian Pink. HEX triplet: D6, 7F and BC. RGB value is (214,127,188). Sum of RGB (Red+Green+Blue) = 214+127+188=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FBC is #298043. Grayscale: #9F9F9F. Windows color (decimal): -2719812 or 12353494. OLE color: 12353494.
HSL color Cylindrical-coordinate representation of color #D67FBC: hue angle of 317.93º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FBC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 188 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.16 |
| HSL | 317.93º | 0.51% | 0.67% | - |
| HSV(B) | 317.93º | 0.41% | 0.84% | - |
| XYZ | 44.4 | 33.11 | 51.63 | - |
| YUV | 159.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 188 | 0 | 0.41 | 0.12 | 0.16 | 317.93 | 0.51 | 0.67 |
| Hex | D6 | 7F | BC | 0 | 29 | C | 10 | 13E | 33 | 43 |
| Octal | 326 | 177 | 274 | 0 | 51 | 14 | 20 | 476 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10111100 | 0 | 101001 | 1100 | 10000 | 100111110 | 110011 | 1000011 |
Color Harmonies of #D67FBC
Complementary color
Monochromatic Colors of #D67FBC
Black with #D67FBC
Text Example
Text Example
White with #D67FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FBC; }
p { color: rgb(214,127,188); }
H1.HeaderClassName
{
color: #D67FBC;
}
.AnyTagClassName
{
color: #D67FBC;
}
</style>
background-color css
<style>
a { background-color: #D67FBC; }
a { background-color: rgb(214,127,188); }
div.DivClassName
{
background-color: #D67FBC;
}
.BgClassName
{
background-color: #D67FBC;
}
</style>
border-color css
<style>
span { border-color: #D67FBC; }
span { border-color: rgb(214,127,188); }
td.TdClassName
{
border-color: #D67FBC;
}
.TagClassName
{
border-color: #D67FBC;
}
</style>