Shades of Persian Pink #D774B2
Tints of Persian Pink #D774B2
RGB
CMYK
RGB Variations
Color information
#D774B2 (or 0xD774B2) is known color: Persian Pink. HEX triplet: D7, 74 and B2. RGB value is (215,116,178). Sum of RGB (Red+Green+Blue) = 215+116+178=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774B2 is #288B4D. Grayscale: #989898. Windows color (decimal): -2657102 or 11695319. OLE color: 11695319.
HSL color Cylindrical-coordinate representation of color #D774B2: hue angle of 322.42º 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 #D774B2 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 178 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.16 |
| HSL | 322.42º | 0.55% | 0.65% | - |
| HSV(B) | 322.42º | 0.46% | 0.84% | - |
| XYZ | 42.31 | 30.15 | 45.71 | - |
| YUV | 152.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 178 | 0 | 0.46 | 0.17 | 0.16 | 322.42 | 0.55 | 0.65 |
| Hex | D7 | 74 | B2 | 0 | 2E | 11 | 10 | 142 | 37 | 41 |
| Octal | 327 | 164 | 262 | 0 | 56 | 21 | 20 | 502 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10110010 | 0 | 101110 | 10001 | 10000 | 101000010 | 110111 | 1000001 |
Color Harmonies of #D774B2
Complementary color
Monochromatic Colors of #D774B2
Black with #D774B2
Text Example
Text Example
White with #D774B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774B2; }
p { color: rgb(215,116,178); }
H1.HeaderClassName
{
color: #D774B2;
}
.AnyTagClassName
{
color: #D774B2;
}
</style>
background-color css
<style>
a { background-color: #D774B2; }
a { background-color: rgb(215,116,178); }
div.DivClassName
{
background-color: #D774B2;
}
.BgClassName
{
background-color: #D774B2;
}
</style>
border-color css
<style>
span { border-color: #D774B2; }
span { border-color: rgb(215,116,178); }
td.TdClassName
{
border-color: #D774B2;
}
.TagClassName
{
border-color: #D774B2;
}
</style>