Shades of Pale Violet Red #DC698C
Tints of Pale Violet Red #DC698C
RGB
CMYK
RGB Variations
Color information
#DC698C (or 0xDC698C) is known color: Pale Violet Red. HEX triplet: DC, 69 and 8C. RGB value is (220,105,140). Sum of RGB (Red+Green+Blue) = 220+105+140=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698C is #239673. Grayscale: #8F8F8F. Windows color (decimal): -2332276 or 9202140. OLE color: 9202140.
HSL color Cylindrical-coordinate representation of color #DC698C: hue angle of 341.74º 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 #DC698C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 140 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.14 |
| HSL | 341.74º | 0.62% | 0.64% | - |
| HSV(B) | 341.74º | 0.52% | 0.86% | - |
| XYZ | 39.3 | 27.21 | 27.99 | - |
| YUV | 143.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 140 | 0 | 0.52 | 0.36 | 0.14 | 341.74 | 0.62 | 0.64 |
| Hex | DC | 69 | 8C | 0 | 34 | 24 | E | 156 | 3E | 40 |
| Octal | 334 | 151 | 214 | 0 | 64 | 44 | 16 | 526 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10001100 | 0 | 110100 | 100100 | 1110 | 101010110 | 111110 | 1000000 |
Color Harmonies of #DC698C
Complementary color
Monochromatic Colors of #DC698C
Black with #DC698C
Text Example
Text Example
White with #DC698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC698C; }
p { color: rgb(220,105,140); }
H1.HeaderClassName
{
color: #DC698C;
}
.AnyTagClassName
{
color: #DC698C;
}
</style>
background-color css
<style>
a { background-color: #DC698C; }
a { background-color: rgb(220,105,140); }
div.DivClassName
{
background-color: #DC698C;
}
.BgClassName
{
background-color: #DC698C;
}
</style>
border-color css
<style>
span { border-color: #DC698C; }
span { border-color: rgb(220,105,140); }
td.TdClassName
{
border-color: #DC698C;
}
.TagClassName
{
border-color: #DC698C;
}
</style>