Shades of Persian Pink #D774B7
Tints of Persian Pink #D774B7
RGB
CMYK
RGB Variations
Color information
#D774B7 (or 0xD774B7) is known color: Persian Pink. HEX triplet: D7, 74 and B7. RGB value is (215,116,183). Sum of RGB (Red+Green+Blue) = 215+116+183=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774B7 is #288B48. Grayscale: #999999. Windows color (decimal): -2657097 or 12022999. OLE color: 12022999.
HSL color Cylindrical-coordinate representation of color #D774B7: hue angle of 319.39º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774B7 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 183 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.16 |
| HSL | 319.39º | 0.55% | 0.65% | - |
| HSV(B) | 319.39º | 0.46% | 0.84% | - |
| XYZ | 42.82 | 30.36 | 48.4 | - |
| YUV | 153.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 183 | 0 | 0.46 | 0.15 | 0.16 | 319.39 | 0.55 | 0.65 |
| Hex | D7 | 74 | B7 | 0 | 2E | F | 10 | 13F | 37 | 41 |
| Octal | 327 | 164 | 267 | 0 | 56 | 17 | 20 | 477 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10110111 | 0 | 101110 | 1111 | 10000 | 100111111 | 110111 | 1000001 |
Color Harmonies of #D774B7
Complementary color
Monochromatic Colors of #D774B7
Black with #D774B7
Text Example
Text Example
White with #D774B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774B7; }
p { color: rgb(215,116,183); }
H1.HeaderClassName
{
color: #D774B7;
}
.AnyTagClassName
{
color: #D774B7;
}
</style>
background-color css
<style>
a { background-color: #D774B7; }
a { background-color: rgb(215,116,183); }
div.DivClassName
{
background-color: #D774B7;
}
.BgClassName
{
background-color: #D774B7;
}
</style>
border-color css
<style>
span { border-color: #D774B7; }
span { border-color: rgb(215,116,183); }
td.TdClassName
{
border-color: #D774B7;
}
.TagClassName
{
border-color: #D774B7;
}
</style>