Shades of Pale Violet Red #DF6093
Tints of Pale Violet Red #DF6093
RGB
CMYK
RGB Variations
Color information
#DF6093 (or 0xDF6093) is known color: Pale Violet Red. HEX triplet: DF, 60 and 93. RGB value is (223,96,147). Sum of RGB (Red+Green+Blue) = 223+96+147=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6093 is #209F6C. Grayscale: #8B8B8B. Windows color (decimal): -2137965 or 9658591. OLE color: 9658591.
HSL color Cylindrical-coordinate representation of color #DF6093: hue angle of 335.91º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6093 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 147 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.13 |
| HSL | 335.91º | 0.66% | 0.63% | - |
| HSV(B) | 335.91º | 0.57% | 0.87% | - |
| XYZ | 39.88 | 26.16 | 30.55 | - |
| YUV | 139.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 147 | 0 | 0.57 | 0.34 | 0.13 | 335.91 | 0.66 | 0.63 |
| Hex | DF | 60 | 93 | 0 | 39 | 22 | D | 150 | 42 | 3F |
| Octal | 337 | 140 | 223 | 0 | 71 | 42 | 15 | 520 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10010011 | 0 | 111001 | 100010 | 1101 | 101010000 | 1000010 | 111111 |
Color Harmonies of #DF6093
Complementary color
Monochromatic Colors of #DF6093
Black with #DF6093
Text Example
Text Example
White with #DF6093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6093; }
p { color: rgb(223,96,147); }
H1.HeaderClassName
{
color: #DF6093;
}
.AnyTagClassName
{
color: #DF6093;
}
</style>
background-color css
<style>
a { background-color: #DF6093; }
a { background-color: rgb(223,96,147); }
div.DivClassName
{
background-color: #DF6093;
}
.BgClassName
{
background-color: #DF6093;
}
</style>
border-color css
<style>
span { border-color: #DF6093; }
span { border-color: rgb(223,96,147); }
td.TdClassName
{
border-color: #DF6093;
}
.TagClassName
{
border-color: #DF6093;
}
</style>