Shades of Pale Violet Red #DF749B
Tints of Pale Violet Red #DF749B
RGB
CMYK
RGB Variations
Color information
#DF749B (or 0xDF749B) is known color: Pale Violet Red. HEX triplet: DF, 74 and 9B. RGB value is (223,116,155). Sum of RGB (Red+Green+Blue) = 223+116+155=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF749B is #208B64. Grayscale: #989898. Windows color (decimal): -2132837 or 10187999. OLE color: 10187999.
HSL color Cylindrical-coordinate representation of color #DF749B: hue angle of 338.13º 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 #DF749B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 155 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 338.13º | 0.63% | 0.66% | - |
| HSV(B) | 338.13º | 0.48% | 0.87% | - |
| XYZ | 42.59 | 30.55 | 34.66 | - |
| YUV | 152.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 155 | 0 | 0.48 | 0.30 | 0.13 | 338.13 | 0.63 | 0.66 |
| Hex | DF | 74 | 9B | 0 | 30 | 1E | D | 152 | 3F | 42 |
| Octal | 337 | 164 | 233 | 0 | 60 | 36 | 15 | 522 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10011011 | 0 | 110000 | 11110 | 1101 | 101010010 | 111111 | 1000010 |
Color Harmonies of #DF749B
Complementary color
Monochromatic Colors of #DF749B
Black with #DF749B
Text Example
Text Example
White with #DF749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF749B; }
p { color: rgb(223,116,155); }
H1.HeaderClassName
{
color: #DF749B;
}
.AnyTagClassName
{
color: #DF749B;
}
</style>
background-color css
<style>
a { background-color: #DF749B; }
a { background-color: rgb(223,116,155); }
div.DivClassName
{
background-color: #DF749B;
}
.BgClassName
{
background-color: #DF749B;
}
</style>
border-color css
<style>
span { border-color: #DF749B; }
span { border-color: rgb(223,116,155); }
td.TdClassName
{
border-color: #DF749B;
}
.TagClassName
{
border-color: #DF749B;
}
</style>