Shades of Pale Violet Red #DF6CA4
Tints of Pale Violet Red #DF6CA4
RGB
CMYK
RGB Variations
Color information
#DF6CA4 (or 0xDF6CA4) is known color: Pale Violet Red. HEX triplet: DF, 6C and A4. RGB value is (223,108,164). Sum of RGB (Red+Green+Blue) = 223+108+164=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CA4 is #20935B. Grayscale: #949494. Windows color (decimal): -2134876 or 10775775. OLE color: 10775775.
HSL color Cylindrical-coordinate representation of color #DF6CA4: hue angle of 330.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CA4 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 164 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.13 |
| HSL | 330.78º | 0.64% | 0.65% | - |
| HSV(B) | 330.78º | 0.52% | 0.87% | - |
| XYZ | 42.49 | 29.09 | 38.5 | - |
| YUV | 148.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 164 | 0 | 0.52 | 0.26 | 0.13 | 330.78 | 0.64 | 0.65 |
| Hex | DF | 6C | A4 | 0 | 34 | 1A | D | 14B | 40 | 41 |
| Octal | 337 | 154 | 244 | 0 | 64 | 32 | 15 | 513 | 100 | 101 |
| Binary | 11011111 | 1101100 | 10100100 | 0 | 110100 | 11010 | 1101 | 101001011 | 1000000 | 1000001 |
Color Harmonies of #DF6CA4
Complementary color
Monochromatic Colors of #DF6CA4
Black with #DF6CA4
Text Example
Text Example
White with #DF6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CA4; }
p { color: rgb(223,108,164); }
H1.HeaderClassName
{
color: #DF6CA4;
}
.AnyTagClassName
{
color: #DF6CA4;
}
</style>
background-color css
<style>
a { background-color: #DF6CA4; }
a { background-color: rgb(223,108,164); }
div.DivClassName
{
background-color: #DF6CA4;
}
.BgClassName
{
background-color: #DF6CA4;
}
</style>
border-color css
<style>
span { border-color: #DF6CA4; }
span { border-color: rgb(223,108,164); }
td.TdClassName
{
border-color: #DF6CA4;
}
.TagClassName
{
border-color: #DF6CA4;
}
</style>