Shades of Persian Pink #DF74BD
Tints of Persian Pink #DF74BD
RGB
CMYK
RGB Variations
Color information
#DF74BD (or 0xDF74BD) is known color: Persian Pink. HEX triplet: DF, 74 and BD. RGB value is (223,116,189). Sum of RGB (Red+Green+Blue) = 223+116+189=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74BD is #208B42. Grayscale: #9C9C9C. Windows color (decimal): -2132803 or 12416223. OLE color: 12416223.
HSL color Cylindrical-coordinate representation of color #DF74BD: hue angle of 319.07º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74BD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 189 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.13 |
| HSL | 319.07º | 0.63% | 0.66% | - |
| HSV(B) | 319.07º | 0.48% | 0.87% | - |
| XYZ | 45.86 | 31.85 | 51.88 | - |
| YUV | 156.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 189 | 0 | 0.48 | 0.15 | 0.13 | 319.07 | 0.63 | 0.66 |
| Hex | DF | 74 | BD | 0 | 30 | F | D | 13F | 3F | 42 |
| Octal | 337 | 164 | 275 | 0 | 60 | 17 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10111101 | 0 | 110000 | 1111 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF74BD
Complementary color
Monochromatic Colors of #DF74BD
Black with #DF74BD
Text Example
Text Example
White with #DF74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74BD; }
p { color: rgb(223,116,189); }
H1.HeaderClassName
{
color: #DF74BD;
}
.AnyTagClassName
{
color: #DF74BD;
}
</style>
background-color css
<style>
a { background-color: #DF74BD; }
a { background-color: rgb(223,116,189); }
div.DivClassName
{
background-color: #DF74BD;
}
.BgClassName
{
background-color: #DF74BD;
}
</style>
border-color css
<style>
span { border-color: #DF74BD; }
span { border-color: rgb(223,116,189); }
td.TdClassName
{
border-color: #DF74BD;
}
.TagClassName
{
border-color: #DF74BD;
}
</style>