Shades of Persian Pink #D874B2
Tints of Persian Pink #D874B2
RGB
CMYK
RGB Variations
Color information
#D874B2 (or 0xD874B2) is known color: Persian Pink. HEX triplet: D8, 74 and B2. RGB value is (216,116,178). Sum of RGB (Red+Green+Blue) = 216+116+178=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D874B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D874B2 is #278B4D. Grayscale: #989898. Windows color (decimal): -2591566 or 11695320. OLE color: 11695320.
HSL color Cylindrical-coordinate representation of color #D874B2: hue angle of 322.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D874B2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 178 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.15 |
| HSL | 322.8º | 0.56% | 0.65% | - |
| HSV(B) | 322.8º | 0.46% | 0.85% | - |
| XYZ | 42.6 | 30.3 | 45.72 | - |
| YUV | 152.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 178 | 0 | 0.46 | 0.18 | 0.15 | 322.8 | 0.56 | 0.65 |
| Hex | D8 | 74 | B2 | 0 | 2E | 12 | F | 143 | 38 | 41 |
| Octal | 330 | 164 | 262 | 0 | 56 | 22 | 17 | 503 | 70 | 101 |
| Binary | 11011000 | 1110100 | 10110010 | 0 | 101110 | 10010 | 1111 | 101000011 | 111000 | 1000001 |
Color Harmonies of #D874B2
Complementary color
Monochromatic Colors of #D874B2
Black with #D874B2
Text Example
Text Example
White with #D874B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874B2; }
p { color: rgb(216,116,178); }
H1.HeaderClassName
{
color: #D874B2;
}
.AnyTagClassName
{
color: #D874B2;
}
</style>
background-color css
<style>
a { background-color: #D874B2; }
a { background-color: rgb(216,116,178); }
div.DivClassName
{
background-color: #D874B2;
}
.BgClassName
{
background-color: #D874B2;
}
</style>
border-color css
<style>
span { border-color: #D874B2; }
span { border-color: rgb(216,116,178); }
td.TdClassName
{
border-color: #D874B2;
}
.TagClassName
{
border-color: #D874B2;
}
</style>