Shades of Pale Violet Red #DF759A
Tints of Pale Violet Red #DF759A
RGB
CMYK
RGB Variations
Color information
#DF759A (or 0xDF759A) is known color: Pale Violet Red. HEX triplet: DF, 75 and 9A. RGB value is (223,117,154). Sum of RGB (Red+Green+Blue) = 223+117+154=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF759A is #208A65. Grayscale: #989898. Windows color (decimal): -2132582 or 10122719. OLE color: 10122719.
HSL color Cylindrical-coordinate representation of color #DF759A: hue angle of 339.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF759A is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 154 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.13 |
| HSL | 339.06º | 0.62% | 0.67% | - |
| HSV(B) | 339.06º | 0.48% | 0.87% | - |
| XYZ | 42.63 | 30.74 | 34.26 | - |
| YUV | 152.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 154 | 0 | 0.48 | 0.31 | 0.13 | 339.06 | 0.62 | 0.67 |
| Hex | DF | 75 | 9A | 0 | 30 | 1F | D | 153 | 3E | 43 |
| Octal | 337 | 165 | 232 | 0 | 60 | 37 | 15 | 523 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10011010 | 0 | 110000 | 11111 | 1101 | 101010011 | 111110 | 1000011 |
Color Harmonies of #DF759A
Complementary color
Monochromatic Colors of #DF759A
Black with #DF759A
Text Example
Text Example
White with #DF759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF759A; }
p { color: rgb(223,117,154); }
H1.HeaderClassName
{
color: #DF759A;
}
.AnyTagClassName
{
color: #DF759A;
}
</style>
background-color css
<style>
a { background-color: #DF759A; }
a { background-color: rgb(223,117,154); }
div.DivClassName
{
background-color: #DF759A;
}
.BgClassName
{
background-color: #DF759A;
}
</style>
border-color css
<style>
span { border-color: #DF759A; }
span { border-color: rgb(223,117,154); }
td.TdClassName
{
border-color: #DF759A;
}
.TagClassName
{
border-color: #DF759A;
}
</style>