Shades of Pale Violet Red #DF749A
Tints of Pale Violet Red #DF749A
RGB
CMYK
RGB Variations
Color information
#DF749A (or 0xDF749A) is known color: Pale Violet Red. HEX triplet: DF, 74 and 9A. RGB value is (223,116,154). Sum of RGB (Red+Green+Blue) = 223+116+154=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF749A is #208B65. Grayscale: #989898. Windows color (decimal): -2132838 or 10122463. OLE color: 10122463.
HSL color Cylindrical-coordinate representation of color #DF749A: hue angle of 338.69º 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 #DF749A is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 154 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.13 |
| HSL | 338.69º | 0.63% | 0.66% | - |
| HSV(B) | 338.69º | 0.48% | 0.87% | - |
| XYZ | 42.51 | 30.51 | 34.22 | - |
| YUV | 152.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 154 | 0 | 0.48 | 0.31 | 0.13 | 338.69 | 0.63 | 0.66 |
| Hex | DF | 74 | 9A | 0 | 30 | 1F | D | 153 | 3F | 42 |
| Octal | 337 | 164 | 232 | 0 | 60 | 37 | 15 | 523 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10011010 | 0 | 110000 | 11111 | 1101 | 101010011 | 111111 | 1000010 |
Color Harmonies of #DF749A
Complementary color
Monochromatic Colors of #DF749A
Black with #DF749A
Text Example
Text Example
White with #DF749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF749A; }
p { color: rgb(223,116,154); }
H1.HeaderClassName
{
color: #DF749A;
}
.AnyTagClassName
{
color: #DF749A;
}
</style>
background-color css
<style>
a { background-color: #DF749A; }
a { background-color: rgb(223,116,154); }
div.DivClassName
{
background-color: #DF749A;
}
.BgClassName
{
background-color: #DF749A;
}
</style>
border-color css
<style>
span { border-color: #DF749A; }
span { border-color: rgb(223,116,154); }
td.TdClassName
{
border-color: #DF749A;
}
.TagClassName
{
border-color: #DF749A;
}
</style>