Shades of Persian Pink #D67AB2
Tints of Persian Pink #D67AB2
RGB
CMYK
RGB Variations
Color information
#D67AB2 (or 0xD67AB2) is known color: Persian Pink. HEX triplet: D6, 7A and B2. RGB value is (214,122,178). Sum of RGB (Red+Green+Blue) = 214+122+178=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AB2 is #29854D. Grayscale: #9B9B9B. Windows color (decimal): -2721102 or 11696854. OLE color: 11696854.
HSL color Cylindrical-coordinate representation of color #D67AB2: hue angle of 323.48º 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 #D67AB2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 178 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.16 |
| HSL | 323.48º | 0.53% | 0.66% | - |
| HSV(B) | 323.48º | 0.43% | 0.84% | - |
| XYZ | 42.73 | 31.43 | 45.93 | - |
| YUV | 155.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 178 | 0 | 0.43 | 0.17 | 0.16 | 323.48 | 0.53 | 0.66 |
| Hex | D6 | 7A | B2 | 0 | 2B | 11 | 10 | 143 | 35 | 42 |
| Octal | 326 | 172 | 262 | 0 | 53 | 21 | 20 | 503 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10110010 | 0 | 101011 | 10001 | 10000 | 101000011 | 110101 | 1000010 |
Color Harmonies of #D67AB2
Complementary color
Monochromatic Colors of #D67AB2
Black with #D67AB2
Text Example
Text Example
White with #D67AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AB2; }
p { color: rgb(214,122,178); }
H1.HeaderClassName
{
color: #D67AB2;
}
.AnyTagClassName
{
color: #D67AB2;
}
</style>
background-color css
<style>
a { background-color: #D67AB2; }
a { background-color: rgb(214,122,178); }
div.DivClassName
{
background-color: #D67AB2;
}
.BgClassName
{
background-color: #D67AB2;
}
</style>
border-color css
<style>
span { border-color: #D67AB2; }
span { border-color: rgb(214,122,178); }
td.TdClassName
{
border-color: #D67AB2;
}
.TagClassName
{
border-color: #D67AB2;
}
</style>