Shades of Pale Violet Red #DF74AC
Tints of Pale Violet Red #DF74AC
RGB
CMYK
RGB Variations
Color information
#DF74AC (or 0xDF74AC) is known color: Pale Violet Red. HEX triplet: DF, 74 and AC. RGB value is (223,116,172). Sum of RGB (Red+Green+Blue) = 223+116+172=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74AC is #208B53. Grayscale: #9A9A9A. Windows color (decimal): -2132820 or 11302111. OLE color: 11302111.
HSL color Cylindrical-coordinate representation of color #DF74AC: hue angle of 328.6º 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 #DF74AC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 172 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.6º | 0.63% | 0.66% | - |
| HSV(B) | 328.6º | 0.48% | 0.87% | - |
| XYZ | 44.12 | 31.16 | 42.72 | - |
| YUV | 154.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 172 | 0 | 0.48 | 0.23 | 0.13 | 328.6 | 0.63 | 0.66 |
| Hex | DF | 74 | AC | 0 | 30 | 17 | D | 149 | 3F | 42 |
| Octal | 337 | 164 | 254 | 0 | 60 | 27 | 15 | 511 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10101100 | 0 | 110000 | 10111 | 1101 | 101001001 | 111111 | 1000010 |
Color Harmonies of #DF74AC
Complementary color
Monochromatic Colors of #DF74AC
Black with #DF74AC
Text Example
Text Example
White with #DF74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74AC; }
p { color: rgb(223,116,172); }
H1.HeaderClassName
{
color: #DF74AC;
}
.AnyTagClassName
{
color: #DF74AC;
}
</style>
background-color css
<style>
a { background-color: #DF74AC; }
a { background-color: rgb(223,116,172); }
div.DivClassName
{
background-color: #DF74AC;
}
.BgClassName
{
background-color: #DF74AC;
}
</style>
border-color css
<style>
span { border-color: #DF74AC; }
span { border-color: rgb(223,116,172); }
td.TdClassName
{
border-color: #DF74AC;
}
.TagClassName
{
border-color: #DF74AC;
}
</style>