Shades of Pale Violet Red #DA74A6
Tints of Pale Violet Red #DA74A6
RGB
CMYK
RGB Variations
Color information
#DA74A6 (or 0xDA74A6) is known color: Pale Violet Red. HEX triplet: DA, 74 and A6. RGB value is (218,116,166). Sum of RGB (Red+Green+Blue) = 218+116+166=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74A6 is #258B59. Grayscale: #989898. Windows color (decimal): -2460506 or 10908890. OLE color: 10908890.
HSL color Cylindrical-coordinate representation of color #DA74A6: hue angle of 330.59º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74A6 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 166 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.15 |
| HSL | 330.59º | 0.58% | 0.65% | - |
| HSV(B) | 330.59º | 0.47% | 0.85% | - |
| XYZ | 42.04 | 30.15 | 39.68 | - |
| YUV | 152.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 166 | 0 | 0.47 | 0.24 | 0.15 | 330.59 | 0.58 | 0.65 |
| Hex | DA | 74 | A6 | 0 | 2F | 18 | F | 14B | 3A | 41 |
| Octal | 332 | 164 | 246 | 0 | 57 | 30 | 17 | 513 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10100110 | 0 | 101111 | 11000 | 1111 | 101001011 | 111010 | 1000001 |
Color Harmonies of #DA74A6
Complementary color
Monochromatic Colors of #DA74A6
Black with #DA74A6
Text Example
Text Example
White with #DA74A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74A6; }
p { color: rgb(218,116,166); }
H1.HeaderClassName
{
color: #DA74A6;
}
.AnyTagClassName
{
color: #DA74A6;
}
</style>
background-color css
<style>
a { background-color: #DA74A6; }
a { background-color: rgb(218,116,166); }
div.DivClassName
{
background-color: #DA74A6;
}
.BgClassName
{
background-color: #DA74A6;
}
</style>
border-color css
<style>
span { border-color: #DA74A6; }
span { border-color: rgb(218,116,166); }
td.TdClassName
{
border-color: #DA74A6;
}
.TagClassName
{
border-color: #DA74A6;
}
</style>