Shades of Persian Pink #D76FB6
Tints of Persian Pink #D76FB6
RGB
CMYK
RGB Variations
Color information
#D76FB6 (or 0xD76FB6) is known color: Persian Pink. HEX triplet: D7, 6F and B6. RGB value is (215,111,182). Sum of RGB (Red+Green+Blue) = 215+111+182=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FB6 is #289049. Grayscale: #969696. Windows color (decimal): -2658378 or 11956183. OLE color: 11956183.
HSL color Cylindrical-coordinate representation of color #D76FB6: hue angle of 319.04º 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 #D76FB6 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 182 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.16 |
| HSL | 319.04º | 0.57% | 0.64% | - |
| HSV(B) | 319.04º | 0.48% | 0.84% | - |
| XYZ | 42.15 | 29.19 | 47.67 | - |
| YUV | 150.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 182 | 0 | 0.48 | 0.15 | 0.16 | 319.04 | 0.57 | 0.64 |
| Hex | D7 | 6F | B6 | 0 | 30 | F | 10 | 13F | 39 | 40 |
| Octal | 327 | 157 | 266 | 0 | 60 | 17 | 20 | 477 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10110110 | 0 | 110000 | 1111 | 10000 | 100111111 | 111001 | 1000000 |
Color Harmonies of #D76FB6
Complementary color
Monochromatic Colors of #D76FB6
Black with #D76FB6
Text Example
Text Example
White with #D76FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FB6; }
p { color: rgb(215,111,182); }
H1.HeaderClassName
{
color: #D76FB6;
}
.AnyTagClassName
{
color: #D76FB6;
}
</style>
background-color css
<style>
a { background-color: #D76FB6; }
a { background-color: rgb(215,111,182); }
div.DivClassName
{
background-color: #D76FB6;
}
.BgClassName
{
background-color: #D76FB6;
}
</style>
border-color css
<style>
span { border-color: #D76FB6; }
span { border-color: rgb(215,111,182); }
td.TdClassName
{
border-color: #D76FB6;
}
.TagClassName
{
border-color: #D76FB6;
}
</style>