Shades of Pale Violet Red #DC769F
Tints of Pale Violet Red #DC769F
RGB
CMYK
RGB Variations
Color information
#DC769F (or 0xDC769F) is known color: Pale Violet Red. HEX triplet: DC, 76 and 9F. RGB value is (220,118,159). Sum of RGB (Red+Green+Blue) = 220+118+159=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC769F is #238960. Grayscale: #999999. Windows color (decimal): -2328929 or 10450652. OLE color: 10450652.
HSL color Cylindrical-coordinate representation of color #DC769F: hue angle of 335.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC769F is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 159 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.14 |
| HSL | 335.88º | 0.59% | 0.66% | - |
| HSV(B) | 335.88º | 0.46% | 0.86% | - |
| XYZ | 42.25 | 30.68 | 36.49 | - |
| YUV | 153.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 159 | 0 | 0.46 | 0.28 | 0.14 | 335.88 | 0.59 | 0.66 |
| Hex | DC | 76 | 9F | 0 | 2E | 1C | E | 150 | 3B | 42 |
| Octal | 334 | 166 | 237 | 0 | 56 | 34 | 16 | 520 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10011111 | 0 | 101110 | 11100 | 1110 | 101010000 | 111011 | 1000010 |
Color Harmonies of #DC769F
Complementary color
Monochromatic Colors of #DC769F
Black with #DC769F
Text Example
Text Example
White with #DC769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC769F; }
p { color: rgb(220,118,159); }
H1.HeaderClassName
{
color: #DC769F;
}
.AnyTagClassName
{
color: #DC769F;
}
</style>
background-color css
<style>
a { background-color: #DC769F; }
a { background-color: rgb(220,118,159); }
div.DivClassName
{
background-color: #DC769F;
}
.BgClassName
{
background-color: #DC769F;
}
</style>
border-color css
<style>
span { border-color: #DC769F; }
span { border-color: rgb(220,118,159); }
td.TdClassName
{
border-color: #DC769F;
}
.TagClassName
{
border-color: #DC769F;
}
</style>