Shades of Persian Pink #D67DB5
Tints of Persian Pink #D67DB5
RGB
CMYK
RGB Variations
Color information
#D67DB5 (or 0xD67DB5) is known color: Persian Pink. HEX triplet: D6, 7D and B5. RGB value is (214,125,181). Sum of RGB (Red+Green+Blue) = 214+125+181=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DB5 is #29824A. Grayscale: #9D9D9D. Windows color (decimal): -2720331 or 11894230. OLE color: 11894230.
HSL color Cylindrical-coordinate representation of color #D67DB5: hue angle of 322.25º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DB5 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 181 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.16 |
| HSL | 322.25º | 0.52% | 0.66% | - |
| HSV(B) | 322.25º | 0.42% | 0.84% | - |
| XYZ | 43.41 | 32.3 | 47.66 | - |
| YUV | 158 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 181 | 0 | 0.42 | 0.15 | 0.16 | 322.25 | 0.52 | 0.66 |
| Hex | D6 | 7D | B5 | 0 | 2A | F | 10 | 142 | 34 | 42 |
| Octal | 326 | 175 | 265 | 0 | 52 | 17 | 20 | 502 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10110101 | 0 | 101010 | 1111 | 10000 | 101000010 | 110100 | 1000010 |
Color Harmonies of #D67DB5
Complementary color
Monochromatic Colors of #D67DB5
Black with #D67DB5
Text Example
Text Example
White with #D67DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DB5; }
p { color: rgb(214,125,181); }
H1.HeaderClassName
{
color: #D67DB5;
}
.AnyTagClassName
{
color: #D67DB5;
}
</style>
background-color css
<style>
a { background-color: #D67DB5; }
a { background-color: rgb(214,125,181); }
div.DivClassName
{
background-color: #D67DB5;
}
.BgClassName
{
background-color: #D67DB5;
}
</style>
border-color css
<style>
span { border-color: #D67DB5; }
span { border-color: rgb(214,125,181); }
td.TdClassName
{
border-color: #D67DB5;
}
.TagClassName
{
border-color: #D67DB5;
}
</style>