Shades of Persian Pink #D978B4
Tints of Persian Pink #D978B4
RGB
CMYK
RGB Variations
Color information
#D978B4 (or 0xD978B4) is known color: Persian Pink. HEX triplet: D9, 78 and B4. RGB value is (217,120,180). Sum of RGB (Red+Green+Blue) = 217+120+180=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978B4 is #26874B. Grayscale: #9B9B9B. Windows color (decimal): -2525004 or 11827417. OLE color: 11827417.
HSL color Cylindrical-coordinate representation of color #D978B4: hue angle of 322.89º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978B4 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 180 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.15 |
| HSL | 322.89º | 0.56% | 0.66% | - |
| HSV(B) | 322.89º | 0.45% | 0.85% | - |
| XYZ | 43.57 | 31.48 | 46.96 | - |
| YUV | 155.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 180 | 0 | 0.45 | 0.17 | 0.15 | 322.89 | 0.56 | 0.66 |
| Hex | D9 | 78 | B4 | 0 | 2D | 11 | F | 143 | 38 | 42 |
| Octal | 331 | 170 | 264 | 0 | 55 | 21 | 17 | 503 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10110100 | 0 | 101101 | 10001 | 1111 | 101000011 | 111000 | 1000010 |
Color Harmonies of #D978B4
Complementary color
Monochromatic Colors of #D978B4
Black with #D978B4
Text Example
Text Example
White with #D978B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978B4; }
p { color: rgb(217,120,180); }
H1.HeaderClassName
{
color: #D978B4;
}
.AnyTagClassName
{
color: #D978B4;
}
</style>
background-color css
<style>
a { background-color: #D978B4; }
a { background-color: rgb(217,120,180); }
div.DivClassName
{
background-color: #D978B4;
}
.BgClassName
{
background-color: #D978B4;
}
</style>
border-color css
<style>
span { border-color: #D978B4; }
span { border-color: rgb(217,120,180); }
td.TdClassName
{
border-color: #D978B4;
}
.TagClassName
{
border-color: #D978B4;
}
</style>