Shades of Persian Pink #D67AB6
Tints of Persian Pink #D67AB6
RGB
CMYK
RGB Variations
Color information
#D67AB6 (or 0xD67AB6) is known color: Persian Pink. HEX triplet: D6, 7A and B6. RGB value is (214,122,182). Sum of RGB (Red+Green+Blue) = 214+122+182=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AB6 is #298549. Grayscale: #9C9C9C. Windows color (decimal): -2721098 or 11958998. OLE color: 11958998.
HSL color Cylindrical-coordinate representation of color #D67AB6: hue angle of 320.87º 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 #D67AB6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 182 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.16 |
| HSL | 320.87º | 0.53% | 0.66% | - |
| HSV(B) | 320.87º | 0.43% | 0.84% | - |
| XYZ | 43.13 | 31.59 | 48.08 | - |
| YUV | 156.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 182 | 0 | 0.43 | 0.15 | 0.16 | 320.87 | 0.53 | 0.66 |
| Hex | D6 | 7A | B6 | 0 | 2B | F | 10 | 141 | 35 | 42 |
| Octal | 326 | 172 | 266 | 0 | 53 | 17 | 20 | 501 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10110110 | 0 | 101011 | 1111 | 10000 | 101000001 | 110101 | 1000010 |
Color Harmonies of #D67AB6
Complementary color
Monochromatic Colors of #D67AB6
Black with #D67AB6
Text Example
Text Example
White with #D67AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AB6; }
p { color: rgb(214,122,182); }
H1.HeaderClassName
{
color: #D67AB6;
}
.AnyTagClassName
{
color: #D67AB6;
}
</style>
background-color css
<style>
a { background-color: #D67AB6; }
a { background-color: rgb(214,122,182); }
div.DivClassName
{
background-color: #D67AB6;
}
.BgClassName
{
background-color: #D67AB6;
}
</style>
border-color css
<style>
span { border-color: #D67AB6; }
span { border-color: rgb(214,122,182); }
td.TdClassName
{
border-color: #D67AB6;
}
.TagClassName
{
border-color: #D67AB6;
}
</style>