Shades of Persian Pink #DF74B8
Tints of Persian Pink #DF74B8
RGB
CMYK
RGB Variations
Color information
#DF74B8 (or 0xDF74B8) is known color: Persian Pink. HEX triplet: DF, 74 and B8. RGB value is (223,116,184). Sum of RGB (Red+Green+Blue) = 223+116+184=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74B8 is #208B47. Grayscale: #9B9B9B. Windows color (decimal): -2132808 or 12088543. OLE color: 12088543.
HSL color Cylindrical-coordinate representation of color #DF74B8: hue angle of 321.87º 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 #DF74B8 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 184 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.13 |
| HSL | 321.87º | 0.63% | 0.66% | - |
| HSV(B) | 321.87º | 0.48% | 0.87% | - |
| XYZ | 45.33 | 31.64 | 49.07 | - |
| YUV | 155.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 184 | 0 | 0.48 | 0.17 | 0.13 | 321.87 | 0.63 | 0.66 |
| Hex | DF | 74 | B8 | 0 | 30 | 11 | D | 142 | 3F | 42 |
| Octal | 337 | 164 | 270 | 0 | 60 | 21 | 15 | 502 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10111000 | 0 | 110000 | 10001 | 1101 | 101000010 | 111111 | 1000010 |
Color Harmonies of #DF74B8
Complementary color
Monochromatic Colors of #DF74B8
Black with #DF74B8
Text Example
Text Example
White with #DF74B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74B8; }
p { color: rgb(223,116,184); }
H1.HeaderClassName
{
color: #DF74B8;
}
.AnyTagClassName
{
color: #DF74B8;
}
</style>
background-color css
<style>
a { background-color: #DF74B8; }
a { background-color: rgb(223,116,184); }
div.DivClassName
{
background-color: #DF74B8;
}
.BgClassName
{
background-color: #DF74B8;
}
</style>
border-color css
<style>
span { border-color: #DF74B8; }
span { border-color: rgb(223,116,184); }
td.TdClassName
{
border-color: #DF74B8;
}
.TagClassName
{
border-color: #DF74B8;
}
</style>