Shades of Persian Pink #DF74B2
Tints of Persian Pink #DF74B2
RGB
CMYK
RGB Variations
Color information
#DF74B2 (or 0xDF74B2) is known color: Persian Pink. HEX triplet: DF, 74 and B2. RGB value is (223,116,178). Sum of RGB (Red+Green+Blue) = 223+116+178=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74B2 is #208B4D. Grayscale: #9A9A9A. Windows color (decimal): -2132814 or 11695327. OLE color: 11695327.
HSL color Cylindrical-coordinate representation of color #DF74B2: hue angle of 325.23º 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 #DF74B2 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 178 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.13 |
| HSL | 325.23º | 0.63% | 0.66% | - |
| HSV(B) | 325.23º | 0.48% | 0.87% | - |
| XYZ | 44.71 | 31.39 | 45.82 | - |
| YUV | 155.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 178 | 0 | 0.48 | 0.20 | 0.13 | 325.23 | 0.63 | 0.66 |
| Hex | DF | 74 | B2 | 0 | 30 | 14 | D | 145 | 3F | 42 |
| Octal | 337 | 164 | 262 | 0 | 60 | 24 | 15 | 505 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10110010 | 0 | 110000 | 10100 | 1101 | 101000101 | 111111 | 1000010 |
Color Harmonies of #DF74B2
Complementary color
Monochromatic Colors of #DF74B2
Black with #DF74B2
Text Example
Text Example
White with #DF74B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74B2; }
p { color: rgb(223,116,178); }
H1.HeaderClassName
{
color: #DF74B2;
}
.AnyTagClassName
{
color: #DF74B2;
}
</style>
background-color css
<style>
a { background-color: #DF74B2; }
a { background-color: rgb(223,116,178); }
div.DivClassName
{
background-color: #DF74B2;
}
.BgClassName
{
background-color: #DF74B2;
}
</style>
border-color css
<style>
span { border-color: #DF74B2; }
span { border-color: rgb(223,116,178); }
td.TdClassName
{
border-color: #DF74B2;
}
.TagClassName
{
border-color: #DF74B2;
}
</style>