Shades of Persian Pink #D978B3
Tints of Persian Pink #D978B3
RGB
CMYK
RGB Variations
Color information
#D978B3 (or 0xD978B3) is known color: Persian Pink. HEX triplet: D9, 78 and B3. RGB value is (217,120,179). Sum of RGB (Red+Green+Blue) = 217+120+179=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978B3 is #26874C. Grayscale: #9B9B9B. Windows color (decimal): -2525005 or 11761881. OLE color: 11761881.
HSL color Cylindrical-coordinate representation of color #D978B3: hue angle of 323.51º 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 #D978B3 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 179 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.15 |
| HSL | 323.51º | 0.56% | 0.66% | - |
| HSV(B) | 323.51º | 0.45% | 0.85% | - |
| XYZ | 43.47 | 31.44 | 46.43 | - |
| YUV | 155.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 179 | 0 | 0.45 | 0.18 | 0.15 | 323.51 | 0.56 | 0.66 |
| Hex | D9 | 78 | B3 | 0 | 2D | 12 | F | 144 | 38 | 42 |
| Octal | 331 | 170 | 263 | 0 | 55 | 22 | 17 | 504 | 70 | 102 |
| Binary | 11011001 | 1111000 | 10110011 | 0 | 101101 | 10010 | 1111 | 101000100 | 111000 | 1000010 |
Color Harmonies of #D978B3
Complementary color
Monochromatic Colors of #D978B3
Black with #D978B3
Text Example
Text Example
White with #D978B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978B3; }
p { color: rgb(217,120,179); }
H1.HeaderClassName
{
color: #D978B3;
}
.AnyTagClassName
{
color: #D978B3;
}
</style>
background-color css
<style>
a { background-color: #D978B3; }
a { background-color: rgb(217,120,179); }
div.DivClassName
{
background-color: #D978B3;
}
.BgClassName
{
background-color: #D978B3;
}
</style>
border-color css
<style>
span { border-color: #D978B3; }
span { border-color: rgb(217,120,179); }
td.TdClassName
{
border-color: #D978B3;
}
.TagClassName
{
border-color: #D978B3;
}
</style>