Shades of Persian Pink #D76CB5
Tints of Persian Pink #D76CB5
RGB
CMYK
RGB Variations
Color information
#D76CB5 (or 0xD76CB5) is known color: Persian Pink. HEX triplet: D7, 6C and B5. RGB value is (215,108,181). Sum of RGB (Red+Green+Blue) = 215+108+181=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB5 is #28934A. Grayscale: #949494. Windows color (decimal): -2659147 or 11889879. OLE color: 11889879.
HSL color Cylindrical-coordinate representation of color #D76CB5: hue angle of 319.07º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB5 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 181 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.16 |
| HSL | 319.07º | 0.57% | 0.63% | - |
| HSV(B) | 319.07º | 0.5% | 0.84% | - |
| XYZ | 41.73 | 28.51 | 47.02 | - |
| YUV | 148.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 181 | 0 | 0.50 | 0.16 | 0.16 | 319.07 | 0.57 | 0.63 |
| Hex | D7 | 6C | B5 | 0 | 32 | 10 | 10 | 13F | 39 | 3F |
| Octal | 327 | 154 | 265 | 0 | 62 | 20 | 20 | 477 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10110101 | 0 | 110010 | 10000 | 10000 | 100111111 | 111001 | 111111 |
Color Harmonies of #D76CB5
Complementary color
Monochromatic Colors of #D76CB5
Black with #D76CB5
Text Example
Text Example
White with #D76CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CB5; }
p { color: rgb(215,108,181); }
H1.HeaderClassName
{
color: #D76CB5;
}
.AnyTagClassName
{
color: #D76CB5;
}
</style>
background-color css
<style>
a { background-color: #D76CB5; }
a { background-color: rgb(215,108,181); }
div.DivClassName
{
background-color: #D76CB5;
}
.BgClassName
{
background-color: #D76CB5;
}
</style>
border-color css
<style>
span { border-color: #D76CB5; }
span { border-color: rgb(215,108,181); }
td.TdClassName
{
border-color: #D76CB5;
}
.TagClassName
{
border-color: #D76CB5;
}
</style>