Shades of Pale Violet Red #DC698F
Tints of Pale Violet Red #DC698F
RGB
CMYK
RGB Variations
Color information
#DC698F (or 0xDC698F) is known color: Pale Violet Red. HEX triplet: DC, 69 and 8F. RGB value is (220,105,143). Sum of RGB (Red+Green+Blue) = 220+105+143=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698F is #239670. Grayscale: #8F8F8F. Windows color (decimal): -2332273 or 9398748. OLE color: 9398748.
HSL color Cylindrical-coordinate representation of color #DC698F: hue angle of 340.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC698F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 143 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.14 |
| HSL | 340.17º | 0.62% | 0.64% | - |
| HSV(B) | 340.17º | 0.52% | 0.86% | - |
| XYZ | 39.52 | 27.3 | 29.17 | - |
| YUV | 143.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 143 | 0 | 0.52 | 0.35 | 0.14 | 340.17 | 0.62 | 0.64 |
| Hex | DC | 69 | 8F | 0 | 34 | 23 | E | 154 | 3E | 40 |
| Octal | 334 | 151 | 217 | 0 | 64 | 43 | 16 | 524 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10001111 | 0 | 110100 | 100011 | 1110 | 101010100 | 111110 | 1000000 |
Color Harmonies of #DC698F
Complementary color
Monochromatic Colors of #DC698F
Black with #DC698F
Text Example
Text Example
White with #DC698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC698F; }
p { color: rgb(220,105,143); }
H1.HeaderClassName
{
color: #DC698F;
}
.AnyTagClassName
{
color: #DC698F;
}
</style>
background-color css
<style>
a { background-color: #DC698F; }
a { background-color: rgb(220,105,143); }
div.DivClassName
{
background-color: #DC698F;
}
.BgClassName
{
background-color: #DC698F;
}
</style>
border-color css
<style>
span { border-color: #DC698F; }
span { border-color: rgb(220,105,143); }
td.TdClassName
{
border-color: #DC698F;
}
.TagClassName
{
border-color: #DC698F;
}
</style>