Shades of Persian Pink #D478B7
Tints of Persian Pink #D478B7
RGB
CMYK
RGB Variations
Color information
#D478B7 (or 0xD478B7) is known color: Persian Pink. HEX triplet: D4, 78 and B7. RGB value is (212,120,183). Sum of RGB (Red+Green+Blue) = 212+120+183=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D478B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478B7 is #2B8748. Grayscale: #9A9A9A. Windows color (decimal): -2852681 or 12024020. OLE color: 12024020.
HSL color Cylindrical-coordinate representation of color #D478B7: hue angle of 318.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D478B7 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 183 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.17 |
| HSL | 318.91º | 0.52% | 0.65% | - |
| HSV(B) | 318.91º | 0.43% | 0.83% | - |
| XYZ | 42.42 | 30.85 | 48.52 | - |
| YUV | 154.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 183 | 0 | 0.43 | 0.14 | 0.17 | 318.91 | 0.52 | 0.65 |
| Hex | D4 | 78 | B7 | 0 | 2B | E | 11 | 13F | 34 | 41 |
| Octal | 324 | 170 | 267 | 0 | 53 | 16 | 21 | 477 | 64 | 101 |
| Binary | 11010100 | 1111000 | 10110111 | 0 | 101011 | 1110 | 10001 | 100111111 | 110100 | 1000001 |
Color Harmonies of #D478B7
Complementary color
Monochromatic Colors of #D478B7
Black with #D478B7
Text Example
Text Example
White with #D478B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478B7; }
p { color: rgb(212,120,183); }
H1.HeaderClassName
{
color: #D478B7;
}
.AnyTagClassName
{
color: #D478B7;
}
</style>
background-color css
<style>
a { background-color: #D478B7; }
a { background-color: rgb(212,120,183); }
div.DivClassName
{
background-color: #D478B7;
}
.BgClassName
{
background-color: #D478B7;
}
</style>
border-color css
<style>
span { border-color: #D478B7; }
span { border-color: rgb(212,120,183); }
td.TdClassName
{
border-color: #D478B7;
}
.TagClassName
{
border-color: #D478B7;
}
</style>