Shades of Pale Violet Red #DF7593
Tints of Pale Violet Red #DF7593
RGB
CMYK
RGB Variations
Color information
#DF7593 (or 0xDF7593) is known color: Pale Violet Red. HEX triplet: DF, 75 and 93. RGB value is (223,117,147). Sum of RGB (Red+Green+Blue) = 223+117+147=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7593 is #208A6C. Grayscale: #989898. Windows color (decimal): -2132589 or 9663967. OLE color: 9663967.
HSL color Cylindrical-coordinate representation of color #DF7593: hue angle of 343.02º 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 #DF7593 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 147 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.13 |
| HSL | 343.02º | 0.62% | 0.67% | - |
| HSV(B) | 343.02º | 0.48% | 0.87% | - |
| XYZ | 42.06 | 30.52 | 31.28 | - |
| YUV | 152.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 147 | 0 | 0.48 | 0.34 | 0.13 | 343.02 | 0.62 | 0.67 |
| Hex | DF | 75 | 93 | 0 | 30 | 22 | D | 157 | 3E | 43 |
| Octal | 337 | 165 | 223 | 0 | 60 | 42 | 15 | 527 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10010011 | 0 | 110000 | 100010 | 1101 | 101010111 | 111110 | 1000011 |
Color Harmonies of #DF7593
Complementary color
Monochromatic Colors of #DF7593
Black with #DF7593
Text Example
Text Example
White with #DF7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7593; }
p { color: rgb(223,117,147); }
H1.HeaderClassName
{
color: #DF7593;
}
.AnyTagClassName
{
color: #DF7593;
}
</style>
background-color css
<style>
a { background-color: #DF7593; }
a { background-color: rgb(223,117,147); }
div.DivClassName
{
background-color: #DF7593;
}
.BgClassName
{
background-color: #DF7593;
}
</style>
border-color css
<style>
span { border-color: #DF7593; }
span { border-color: rgb(223,117,147); }
td.TdClassName
{
border-color: #DF7593;
}
.TagClassName
{
border-color: #DF7593;
}
</style>