Shades of Pale Violet Red #DF63A4
Tints of Pale Violet Red #DF63A4
RGB
CMYK
RGB Variations
Color information
#DF63A4 (or 0xDF63A4) is known color: Pale Violet Red. HEX triplet: DF, 63 and A4. RGB value is (223,99,164). Sum of RGB (Red+Green+Blue) = 223+99+164=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF63A4 is #209C5B. Grayscale: #8F8F8F. Windows color (decimal): -2137180 or 10773471. OLE color: 10773471.
HSL color Cylindrical-coordinate representation of color #DF63A4: hue angle of 328.55º 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 #DF63A4 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 164 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.13 |
| HSL | 328.55º | 0.66% | 0.63% | - |
| HSV(B) | 328.55º | 0.56% | 0.87% | - |
| XYZ | 41.59 | 27.29 | 38.2 | - |
| YUV | 143.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 164 | 0 | 0.56 | 0.26 | 0.13 | 328.55 | 0.66 | 0.63 |
| Hex | DF | 63 | A4 | 0 | 38 | 1A | D | 149 | 42 | 3F |
| Octal | 337 | 143 | 244 | 0 | 70 | 32 | 15 | 511 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10100100 | 0 | 111000 | 11010 | 1101 | 101001001 | 1000010 | 111111 |
Color Harmonies of #DF63A4
Complementary color
Monochromatic Colors of #DF63A4
Black with #DF63A4
Text Example
Text Example
White with #DF63A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63A4; }
p { color: rgb(223,99,164); }
H1.HeaderClassName
{
color: #DF63A4;
}
.AnyTagClassName
{
color: #DF63A4;
}
</style>
background-color css
<style>
a { background-color: #DF63A4; }
a { background-color: rgb(223,99,164); }
div.DivClassName
{
background-color: #DF63A4;
}
.BgClassName
{
background-color: #DF63A4;
}
</style>
border-color css
<style>
span { border-color: #DF63A4; }
span { border-color: rgb(223,99,164); }
td.TdClassName
{
border-color: #DF63A4;
}
.TagClassName
{
border-color: #DF63A4;
}
</style>