Shades of Persian Pink #D67BB2
Tints of Persian Pink #D67BB2
RGB
CMYK
RGB Variations
Color information
#D67BB2 (or 0xD67BB2) is known color: Persian Pink. HEX triplet: D6, 7B and B2. RGB value is (214,123,178). Sum of RGB (Red+Green+Blue) = 214+123+178=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67BB2 is #29844D. Grayscale: #9C9C9C. Windows color (decimal): -2720846 or 11697110. OLE color: 11697110.
HSL color Cylindrical-coordinate representation of color #D67BB2: hue angle of 323.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BB2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 178 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.16 |
| HSL | 323.74º | 0.53% | 0.66% | - |
| HSV(B) | 323.74º | 0.43% | 0.84% | - |
| XYZ | 42.85 | 31.68 | 45.98 | - |
| YUV | 156.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 178 | 0 | 0.43 | 0.17 | 0.16 | 323.74 | 0.53 | 0.66 |
| Hex | D6 | 7B | B2 | 0 | 2B | 11 | 10 | 144 | 35 | 42 |
| Octal | 326 | 173 | 262 | 0 | 53 | 21 | 20 | 504 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10110010 | 0 | 101011 | 10001 | 10000 | 101000100 | 110101 | 1000010 |
Color Harmonies of #D67BB2
Complementary color
Monochromatic Colors of #D67BB2
Black with #D67BB2
Text Example
Text Example
White with #D67BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BB2; }
p { color: rgb(214,123,178); }
H1.HeaderClassName
{
color: #D67BB2;
}
.AnyTagClassName
{
color: #D67BB2;
}
</style>
background-color css
<style>
a { background-color: #D67BB2; }
a { background-color: rgb(214,123,178); }
div.DivClassName
{
background-color: #D67BB2;
}
.BgClassName
{
background-color: #D67BB2;
}
</style>
border-color css
<style>
span { border-color: #D67BB2; }
span { border-color: rgb(214,123,178); }
td.TdClassName
{
border-color: #D67BB2;
}
.TagClassName
{
border-color: #D67BB2;
}
</style>