Shades of Persian Pink #D774B5
Tints of Persian Pink #D774B5
RGB
CMYK
RGB Variations
Color information
#D774B5 (or 0xD774B5) is known color: Persian Pink. HEX triplet: D7, 74 and B5. RGB value is (215,116,181). Sum of RGB (Red+Green+Blue) = 215+116+181=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774B5 is #288B4A. Grayscale: #989898. Windows color (decimal): -2657099 or 11891927. OLE color: 11891927.
HSL color Cylindrical-coordinate representation of color #D774B5: hue angle of 320.61º 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 #D774B5 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 181 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.16 |
| HSL | 320.61º | 0.55% | 0.65% | - |
| HSV(B) | 320.61º | 0.46% | 0.84% | - |
| XYZ | 42.61 | 30.27 | 47.31 | - |
| YUV | 153.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 181 | 0 | 0.46 | 0.16 | 0.16 | 320.61 | 0.55 | 0.65 |
| Hex | D7 | 74 | B5 | 0 | 2E | 10 | 10 | 141 | 37 | 41 |
| Octal | 327 | 164 | 265 | 0 | 56 | 20 | 20 | 501 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10110101 | 0 | 101110 | 10000 | 10000 | 101000001 | 110111 | 1000001 |
Color Harmonies of #D774B5
Complementary color
Monochromatic Colors of #D774B5
Black with #D774B5
Text Example
Text Example
White with #D774B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774B5; }
p { color: rgb(215,116,181); }
H1.HeaderClassName
{
color: #D774B5;
}
.AnyTagClassName
{
color: #D774B5;
}
</style>
background-color css
<style>
a { background-color: #D774B5; }
a { background-color: rgb(215,116,181); }
div.DivClassName
{
background-color: #D774B5;
}
.BgClassName
{
background-color: #D774B5;
}
</style>
border-color css
<style>
span { border-color: #D774B5; }
span { border-color: rgb(215,116,181); }
td.TdClassName
{
border-color: #D774B5;
}
.TagClassName
{
border-color: #D774B5;
}
</style>