Shades of Persian Pink #D771B3
Tints of Persian Pink #D771B3
RGB
CMYK
RGB Variations
Color information
#D771B3 (or 0xD771B3) is known color: Persian Pink. HEX triplet: D7, 71 and B3. RGB value is (215,113,179). Sum of RGB (Red+Green+Blue) = 215+113+179=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D771B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771B3 is #288E4C. Grayscale: #969696. Windows color (decimal): -2657869 or 11760087. OLE color: 11760087.
HSL color Cylindrical-coordinate representation of color #D771B3: hue angle of 321.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771B3 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 179 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.16 |
| HSL | 321.18º | 0.56% | 0.64% | - |
| HSV(B) | 321.18º | 0.47% | 0.84% | - |
| XYZ | 42.07 | 29.51 | 46.13 | - |
| YUV | 151.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 179 | 0 | 0.47 | 0.17 | 0.16 | 321.18 | 0.56 | 0.64 |
| Hex | D7 | 71 | B3 | 0 | 2F | 11 | 10 | 141 | 38 | 40 |
| Octal | 327 | 161 | 263 | 0 | 57 | 21 | 20 | 501 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10110011 | 0 | 101111 | 10001 | 10000 | 101000001 | 111000 | 1000000 |
Color Harmonies of #D771B3
Complementary color
Monochromatic Colors of #D771B3
Black with #D771B3
Text Example
Text Example
White with #D771B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771B3; }
p { color: rgb(215,113,179); }
H1.HeaderClassName
{
color: #D771B3;
}
.AnyTagClassName
{
color: #D771B3;
}
</style>
background-color css
<style>
a { background-color: #D771B3; }
a { background-color: rgb(215,113,179); }
div.DivClassName
{
background-color: #D771B3;
}
.BgClassName
{
background-color: #D771B3;
}
</style>
border-color css
<style>
span { border-color: #D771B3; }
span { border-color: rgb(215,113,179); }
td.TdClassName
{
border-color: #D771B3;
}
.TagClassName
{
border-color: #D771B3;
}
</style>