Shades of Persian Pink #DF76BD
Tints of Persian Pink #DF76BD
RGB
CMYK
RGB Variations
Color information
#DF76BD (or 0xDF76BD) is known color: Persian Pink. HEX triplet: DF, 76 and BD. RGB value is (223,118,189). Sum of RGB (Red+Green+Blue) = 223+118+189=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76BD is #208942. Grayscale: #9D9D9D. Windows color (decimal): -2132291 or 12416735. OLE color: 12416735.
HSL color Cylindrical-coordinate representation of color #DF76BD: hue angle of 319.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF76BD is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 189 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.13 |
| HSL | 319.43º | 0.62% | 0.67% | - |
| HSV(B) | 319.43º | 0.47% | 0.87% | - |
| XYZ | 46.1 | 32.32 | 51.95 | - |
| YUV | 157.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 189 | 0 | 0.47 | 0.15 | 0.13 | 319.43 | 0.62 | 0.67 |
| Hex | DF | 76 | BD | 0 | 2F | F | D | 13F | 3E | 43 |
| Octal | 337 | 166 | 275 | 0 | 57 | 17 | 15 | 477 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10111101 | 0 | 101111 | 1111 | 1101 | 100111111 | 111110 | 1000011 |
Color Harmonies of #DF76BD
Complementary color
Monochromatic Colors of #DF76BD
Black with #DF76BD
Text Example
Text Example
White with #DF76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76BD; }
p { color: rgb(223,118,189); }
H1.HeaderClassName
{
color: #DF76BD;
}
.AnyTagClassName
{
color: #DF76BD;
}
</style>
background-color css
<style>
a { background-color: #DF76BD; }
a { background-color: rgb(223,118,189); }
div.DivClassName
{
background-color: #DF76BD;
}
.BgClassName
{
background-color: #DF76BD;
}
</style>
border-color css
<style>
span { border-color: #DF76BD; }
span { border-color: rgb(223,118,189); }
td.TdClassName
{
border-color: #DF76BD;
}
.TagClassName
{
border-color: #DF76BD;
}
</style>