Shades of Pale Violet Red #DA769C
Tints of Pale Violet Red #DA769C
RGB
CMYK
RGB Variations
Color information
#DA769C (or 0xDA769C) is known color: Pale Violet Red. HEX triplet: DA, 76 and 9C. RGB value is (218,118,156). Sum of RGB (Red+Green+Blue) = 218+118+156=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA769C is #258963. Grayscale: #989898. Windows color (decimal): -2460004 or 10254042. OLE color: 10254042.
HSL color Cylindrical-coordinate representation of color #DA769C: hue angle of 337.2º 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 #DA769C is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 156 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.15 |
| HSL | 337.2º | 0.57% | 0.66% | - |
| HSV(B) | 337.2º | 0.46% | 0.85% | - |
| XYZ | 41.39 | 30.26 | 35.11 | - |
| YUV | 152.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 156 | 0 | 0.46 | 0.28 | 0.15 | 337.2 | 0.57 | 0.66 |
| Hex | DA | 76 | 9C | 0 | 2E | 1C | F | 151 | 39 | 42 |
| Octal | 332 | 166 | 234 | 0 | 56 | 34 | 17 | 521 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10011100 | 0 | 101110 | 11100 | 1111 | 101010001 | 111001 | 1000010 |
Color Harmonies of #DA769C
Complementary color
Monochromatic Colors of #DA769C
Black with #DA769C
Text Example
Text Example
White with #DA769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA769C; }
p { color: rgb(218,118,156); }
H1.HeaderClassName
{
color: #DA769C;
}
.AnyTagClassName
{
color: #DA769C;
}
</style>
background-color css
<style>
a { background-color: #DA769C; }
a { background-color: rgb(218,118,156); }
div.DivClassName
{
background-color: #DA769C;
}
.BgClassName
{
background-color: #DA769C;
}
</style>
border-color css
<style>
span { border-color: #DA769C; }
span { border-color: rgb(218,118,156); }
td.TdClassName
{
border-color: #DA769C;
}
.TagClassName
{
border-color: #DA769C;
}
</style>