Shades of Pale Violet Red #DA769F
Tints of Pale Violet Red #DA769F
RGB
CMYK
RGB Variations
Color information
#DA769F (or 0xDA769F) is known color: Pale Violet Red. HEX triplet: DA, 76 and 9F. RGB value is (218,118,159). Sum of RGB (Red+Green+Blue) = 218+118+159=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA769F is #258960. Grayscale: #989898. Windows color (decimal): -2460001 or 10450650. OLE color: 10450650.
HSL color Cylindrical-coordinate representation of color #DA769F: hue angle of 335.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA769F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 159 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.15 |
| HSL | 335.4º | 0.57% | 0.66% | - |
| HSV(B) | 335.4º | 0.46% | 0.85% | - |
| XYZ | 41.65 | 30.37 | 36.47 | - |
| YUV | 152.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 159 | 0 | 0.46 | 0.27 | 0.15 | 335.4 | 0.57 | 0.66 |
| Hex | DA | 76 | 9F | 0 | 2E | 1B | F | 14F | 39 | 42 |
| Octal | 332 | 166 | 237 | 0 | 56 | 33 | 17 | 517 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10011111 | 0 | 101110 | 11011 | 1111 | 101001111 | 111001 | 1000010 |
Color Harmonies of #DA769F
Complementary color
Monochromatic Colors of #DA769F
Black with #DA769F
Text Example
Text Example
White with #DA769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA769F; }
p { color: rgb(218,118,159); }
H1.HeaderClassName
{
color: #DA769F;
}
.AnyTagClassName
{
color: #DA769F;
}
</style>
background-color css
<style>
a { background-color: #DA769F; }
a { background-color: rgb(218,118,159); }
div.DivClassName
{
background-color: #DA769F;
}
.BgClassName
{
background-color: #DA769F;
}
</style>
border-color css
<style>
span { border-color: #DA769F; }
span { border-color: rgb(218,118,159); }
td.TdClassName
{
border-color: #DA769F;
}
.TagClassName
{
border-color: #DA769F;
}
</style>