Shades of Persian Pink #D76AB4
Tints of Persian Pink #D76AB4
RGB
CMYK
RGB Variations
Color information
#D76AB4 (or 0xD76AB4) is known color: Persian Pink. HEX triplet: D7, 6A and B4. RGB value is (215,106,180). Sum of RGB (Red+Green+Blue) = 215+106+180=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AB4 is #28954B. Grayscale: #929292. Windows color (decimal): -2659660 or 11823831. OLE color: 11823831.
HSL color Cylindrical-coordinate representation of color #D76AB4: hue angle of 319.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 180 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.16 |
| HSL | 319.27º | 0.58% | 0.63% | - |
| HSV(B) | 319.27º | 0.51% | 0.84% | - |
| XYZ | 41.42 | 28.05 | 46.41 | - |
| YUV | 147.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 180 | 0 | 0.51 | 0.16 | 0.16 | 319.27 | 0.58 | 0.63 |
| Hex | D7 | 6A | B4 | 0 | 33 | 10 | 10 | 13F | 3A | 3F |
| Octal | 327 | 152 | 264 | 0 | 63 | 20 | 20 | 477 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10110100 | 0 | 110011 | 10000 | 10000 | 100111111 | 111010 | 111111 |
Color Harmonies of #D76AB4
Complementary color
Monochromatic Colors of #D76AB4
Black with #D76AB4
Text Example
Text Example
White with #D76AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AB4; }
p { color: rgb(215,106,180); }
H1.HeaderClassName
{
color: #D76AB4;
}
.AnyTagClassName
{
color: #D76AB4;
}
</style>
background-color css
<style>
a { background-color: #D76AB4; }
a { background-color: rgb(215,106,180); }
div.DivClassName
{
background-color: #D76AB4;
}
.BgClassName
{
background-color: #D76AB4;
}
</style>
border-color css
<style>
span { border-color: #D76AB4; }
span { border-color: rgb(215,106,180); }
td.TdClassName
{
border-color: #D76AB4;
}
.TagClassName
{
border-color: #D76AB4;
}
</style>