Shades of Persian Pink #D67FB9
Tints of Persian Pink #D67FB9
RGB
CMYK
RGB Variations
Color information
#D67FB9 (or 0xD67FB9) is known color: Persian Pink. HEX triplet: D6, 7F and B9. RGB value is (214,127,185). Sum of RGB (Red+Green+Blue) = 214+127+185=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FB9 is #298046. Grayscale: #9F9F9F. Windows color (decimal): -2719815 or 12156886. OLE color: 12156886.
HSL color Cylindrical-coordinate representation of color #D67FB9: hue angle of 320º 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 #D67FB9 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 185 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.16 |
| HSL | 320º | 0.51% | 0.67% | - |
| HSV(B) | 320º | 0.41% | 0.84% | - |
| XYZ | 44.08 | 32.98 | 49.94 | - |
| YUV | 159.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 185 | 0 | 0.41 | 0.14 | 0.16 | 320 | 0.51 | 0.67 |
| Hex | D6 | 7F | B9 | 0 | 29 | E | 10 | 140 | 33 | 43 |
| Octal | 326 | 177 | 271 | 0 | 51 | 16 | 20 | 500 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10111001 | 0 | 101001 | 1110 | 10000 | 101000000 | 110011 | 1000011 |
Color Harmonies of #D67FB9
Complementary color
Monochromatic Colors of #D67FB9
Black with #D67FB9
Text Example
Text Example
White with #D67FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FB9; }
p { color: rgb(214,127,185); }
H1.HeaderClassName
{
color: #D67FB9;
}
.AnyTagClassName
{
color: #D67FB9;
}
</style>
background-color css
<style>
a { background-color: #D67FB9; }
a { background-color: rgb(214,127,185); }
div.DivClassName
{
background-color: #D67FB9;
}
.BgClassName
{
background-color: #D67FB9;
}
</style>
border-color css
<style>
span { border-color: #D67FB9; }
span { border-color: rgb(214,127,185); }
td.TdClassName
{
border-color: #D67FB9;
}
.TagClassName
{
border-color: #D67FB9;
}
</style>