Shades of Persian Pink #D67FBA
Tints of Persian Pink #D67FBA
RGB
CMYK
RGB Variations
Color information
#D67FBA (or 0xD67FBA) is known color: Persian Pink. HEX triplet: D6, 7F and BA. RGB value is (214,127,186). Sum of RGB (Red+Green+Blue) = 214+127+186=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FBA is #298045. Grayscale: #9F9F9F. Windows color (decimal): -2719814 or 12222422. OLE color: 12222422.
HSL color Cylindrical-coordinate representation of color #D67FBA: hue angle of 319.31º 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 #D67FBA is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 186 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.16 |
| HSL | 319.31º | 0.51% | 0.67% | - |
| HSV(B) | 319.31º | 0.41% | 0.84% | - |
| XYZ | 44.18 | 33.02 | 50.5 | - |
| YUV | 159.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 186 | 0 | 0.41 | 0.13 | 0.16 | 319.31 | 0.51 | 0.67 |
| Hex | D6 | 7F | BA | 0 | 29 | D | 10 | 13F | 33 | 43 |
| Octal | 326 | 177 | 272 | 0 | 51 | 15 | 20 | 477 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10111010 | 0 | 101001 | 1101 | 10000 | 100111111 | 110011 | 1000011 |
Color Harmonies of #D67FBA
Complementary color
Monochromatic Colors of #D67FBA
Black with #D67FBA
Text Example
Text Example
White with #D67FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FBA; }
p { color: rgb(214,127,186); }
H1.HeaderClassName
{
color: #D67FBA;
}
.AnyTagClassName
{
color: #D67FBA;
}
</style>
background-color css
<style>
a { background-color: #D67FBA; }
a { background-color: rgb(214,127,186); }
div.DivClassName
{
background-color: #D67FBA;
}
.BgClassName
{
background-color: #D67FBA;
}
</style>
border-color css
<style>
span { border-color: #D67FBA; }
span { border-color: rgb(214,127,186); }
td.TdClassName
{
border-color: #D67FBA;
}
.TagClassName
{
border-color: #D67FBA;
}
</style>