Shades of Persian Pink #D77BB4
Tints of Persian Pink #D77BB4
RGB
CMYK
RGB Variations
Color information
#D77BB4 (or 0xD77BB4) is known color: Persian Pink. HEX triplet: D7, 7B and B4. RGB value is (215,123,180). Sum of RGB (Red+Green+Blue) = 215+123+180=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BB4 is #28844B. Grayscale: #9C9C9C. Windows color (decimal): -2655308 or 11828183. OLE color: 11828183.
HSL color Cylindrical-coordinate representation of color #D77BB4: hue angle of 322.83º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BB4 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 180 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.16 |
| HSL | 322.83º | 0.53% | 0.66% | - |
| HSV(B) | 322.83º | 0.43% | 0.84% | - |
| XYZ | 43.35 | 31.91 | 47.05 | - |
| YUV | 157.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 180 | 0 | 0.43 | 0.16 | 0.16 | 322.83 | 0.53 | 0.66 |
| Hex | D7 | 7B | B4 | 0 | 2B | 10 | 10 | 143 | 35 | 42 |
| Octal | 327 | 173 | 264 | 0 | 53 | 20 | 20 | 503 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10110100 | 0 | 101011 | 10000 | 10000 | 101000011 | 110101 | 1000010 |
Color Harmonies of #D77BB4
Complementary color
Monochromatic Colors of #D77BB4
Black with #D77BB4
Text Example
Text Example
White with #D77BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BB4; }
p { color: rgb(215,123,180); }
H1.HeaderClassName
{
color: #D77BB4;
}
.AnyTagClassName
{
color: #D77BB4;
}
</style>
background-color css
<style>
a { background-color: #D77BB4; }
a { background-color: rgb(215,123,180); }
div.DivClassName
{
background-color: #D77BB4;
}
.BgClassName
{
background-color: #D77BB4;
}
</style>
border-color css
<style>
span { border-color: #D77BB4; }
span { border-color: rgb(215,123,180); }
td.TdClassName
{
border-color: #D77BB4;
}
.TagClassName
{
border-color: #D77BB4;
}
</style>