Shades of Persian Pink #D67FBB
Tints of Persian Pink #D67FBB
RGB
CMYK
RGB Variations
Color information
#D67FBB (or 0xD67FBB) is known color: Persian Pink. HEX triplet: D6, 7F and BB. RGB value is (214,127,187). Sum of RGB (Red+Green+Blue) = 214+127+187=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FBB is #298044. Grayscale: #9F9F9F. Windows color (decimal): -2719813 or 12287958. OLE color: 12287958.
HSL color Cylindrical-coordinate representation of color #D67FBB: hue angle of 318.62º 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 #D67FBB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 187 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.16 |
| HSL | 318.62º | 0.51% | 0.67% | - |
| HSV(B) | 318.62º | 0.41% | 0.84% | - |
| XYZ | 44.29 | 33.06 | 51.06 | - |
| YUV | 159.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 187 | 0 | 0.41 | 0.13 | 0.16 | 318.62 | 0.51 | 0.67 |
| Hex | D6 | 7F | BB | 0 | 29 | D | 10 | 13F | 33 | 43 |
| Octal | 326 | 177 | 273 | 0 | 51 | 15 | 20 | 477 | 63 | 103 |
| Binary | 11010110 | 1111111 | 10111011 | 0 | 101001 | 1101 | 10000 | 100111111 | 110011 | 1000011 |
Color Harmonies of #D67FBB
Complementary color
Monochromatic Colors of #D67FBB
Black with #D67FBB
Text Example
Text Example
White with #D67FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FBB; }
p { color: rgb(214,127,187); }
H1.HeaderClassName
{
color: #D67FBB;
}
.AnyTagClassName
{
color: #D67FBB;
}
</style>
background-color css
<style>
a { background-color: #D67FBB; }
a { background-color: rgb(214,127,187); }
div.DivClassName
{
background-color: #D67FBB;
}
.BgClassName
{
background-color: #D67FBB;
}
</style>
border-color css
<style>
span { border-color: #D67FBB; }
span { border-color: rgb(214,127,187); }
td.TdClassName
{
border-color: #D67FBB;
}
.TagClassName
{
border-color: #D67FBB;
}
</style>