Shades of Persian Pink #D76FB4
Tints of Persian Pink #D76FB4
RGB
CMYK
RGB Variations
Color information
#D76FB4 (or 0xD76FB4) is known color: Persian Pink. HEX triplet: D7, 6F and B4. RGB value is (215,111,180). Sum of RGB (Red+Green+Blue) = 215+111+180=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FB4 is #28904B. Grayscale: #959595. Windows color (decimal): -2658380 or 11825111. OLE color: 11825111.
HSL color Cylindrical-coordinate representation of color #D76FB4: hue angle of 320.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FB4 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 180 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.16 |
| HSL | 320.19º | 0.57% | 0.64% | - |
| HSV(B) | 320.19º | 0.48% | 0.84% | - |
| XYZ | 41.95 | 29.11 | 46.59 | - |
| YUV | 149.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 180 | 0 | 0.48 | 0.16 | 0.16 | 320.19 | 0.57 | 0.64 |
| Hex | D7 | 6F | B4 | 0 | 30 | 10 | 10 | 140 | 39 | 40 |
| Octal | 327 | 157 | 264 | 0 | 60 | 20 | 20 | 500 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10110100 | 0 | 110000 | 10000 | 10000 | 101000000 | 111001 | 1000000 |
Color Harmonies of #D76FB4
Complementary color
Monochromatic Colors of #D76FB4
Black with #D76FB4
Text Example
Text Example
White with #D76FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FB4; }
p { color: rgb(215,111,180); }
H1.HeaderClassName
{
color: #D76FB4;
}
.AnyTagClassName
{
color: #D76FB4;
}
</style>
background-color css
<style>
a { background-color: #D76FB4; }
a { background-color: rgb(215,111,180); }
div.DivClassName
{
background-color: #D76FB4;
}
.BgClassName
{
background-color: #D76FB4;
}
</style>
border-color css
<style>
span { border-color: #D76FB4; }
span { border-color: rgb(215,111,180); }
td.TdClassName
{
border-color: #D76FB4;
}
.TagClassName
{
border-color: #D76FB4;
}
</style>