Shades of Persian Pink #D978B0
Tints of Persian Pink #D978B0
RGB
CMYK
RGB Variations
Color information
#D978B0 (or 0xD978B0) is known color: Persian Pink. HEX triplet: D9, 78 and B0. RGB value is (217,120,176). Sum of RGB (Red+Green+Blue) = 217+120+176=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978B0 is #26874F. Grayscale: #9B9B9B. Windows color (decimal): -2525008 or 11565273. OLE color: 11565273.
HSL color Cylindrical-coordinate representation of color #D978B0: hue angle of 325.36º 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 #D978B0 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 176 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.15 |
| HSL | 325.36º | 0.56% | 0.66% | - |
| HSV(B) | 325.36º | 0.45% | 0.85% | - |
| XYZ | 43.17 | 31.32 | 44.84 | - |
| YUV | 155.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 176 | 0 | 0.45 | 0.19 | 0.15 | 325.36 | 0.56 | 0.66 |
| Hex | D9 | 78 | B0 | 0 | 2D | 13 | F | 145 | 38 | 42 |
| Octal | 331 | 170 | 260 | 0 | 55 | 23 | 17 | 505 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10110000 | 0 | 101101 | 10011 | 1111 | 101000101 | 111000 | 1000010 |
Color Harmonies of #D978B0
Complementary color
Monochromatic Colors of #D978B0
Black with #D978B0
Text Example
Text Example
White with #D978B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978B0; }
p { color: rgb(217,120,176); }
H1.HeaderClassName
{
color: #D978B0;
}
.AnyTagClassName
{
color: #D978B0;
}
</style>
background-color css
<style>
a { background-color: #D978B0; }
a { background-color: rgb(217,120,176); }
div.DivClassName
{
background-color: #D978B0;
}
.BgClassName
{
background-color: #D978B0;
}
</style>
border-color css
<style>
span { border-color: #D978B0; }
span { border-color: rgb(217,120,176); }
td.TdClassName
{
border-color: #D978B0;
}
.TagClassName
{
border-color: #D978B0;
}
</style>