Shades of Pale Violet Red #DF6398
Tints of Pale Violet Red #DF6398
RGB
CMYK
RGB Variations
Color information
#DF6398 (or 0xDF6398) is known color: Pale Violet Red. HEX triplet: DF, 63 and 98. RGB value is (223,99,152). Sum of RGB (Red+Green+Blue) = 223+99+152=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6398 is #209C67. Grayscale: #8E8E8E. Windows color (decimal): -2137192 or 9987039. OLE color: 9987039.
HSL color Cylindrical-coordinate representation of color #DF6398: hue angle of 334.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6398 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 152 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.13 |
| HSL | 334.35º | 0.66% | 0.63% | - |
| HSV(B) | 334.35º | 0.56% | 0.87% | - |
| XYZ | 40.56 | 26.88 | 32.76 | - |
| YUV | 142.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 152 | 0 | 0.56 | 0.32 | 0.13 | 334.35 | 0.66 | 0.63 |
| Hex | DF | 63 | 98 | 0 | 38 | 20 | D | 14E | 42 | 3F |
| Octal | 337 | 143 | 230 | 0 | 70 | 40 | 15 | 516 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10011000 | 0 | 111000 | 100000 | 1101 | 101001110 | 1000010 | 111111 |
Color Harmonies of #DF6398
Complementary color
Monochromatic Colors of #DF6398
Black with #DF6398
Text Example
Text Example
White with #DF6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6398; }
p { color: rgb(223,99,152); }
H1.HeaderClassName
{
color: #DF6398;
}
.AnyTagClassName
{
color: #DF6398;
}
</style>
background-color css
<style>
a { background-color: #DF6398; }
a { background-color: rgb(223,99,152); }
div.DivClassName
{
background-color: #DF6398;
}
.BgClassName
{
background-color: #DF6398;
}
</style>
border-color css
<style>
span { border-color: #DF6398; }
span { border-color: rgb(223,99,152); }
td.TdClassName
{
border-color: #DF6398;
}
.TagClassName
{
border-color: #DF6398;
}
</style>