Shades of Pale Violet Red #DA6C98
Tints of Pale Violet Red #DA6C98
RGB
CMYK
RGB Variations
Color information
#DA6C98 (or 0xDA6C98) is known color: Pale Violet Red. HEX triplet: DA, 6C and 98. RGB value is (218,108,152). Sum of RGB (Red+Green+Blue) = 218+108+152=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6C98 is #259367. Grayscale: #919191. Windows color (decimal): -2462568 or 9989338. OLE color: 9989338.
HSL color Cylindrical-coordinate representation of color #DA6C98: hue angle of 336º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6C98 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 152 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.15 |
| HSL | 336º | 0.6% | 0.64% | - |
| HSV(B) | 336º | 0.5% | 0.85% | - |
| XYZ | 39.94 | 27.9 | 32.99 | - |
| YUV | 145.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 152 | 0 | 0.50 | 0.30 | 0.15 | 336 | 0.6 | 0.64 |
| Hex | DA | 6C | 98 | 0 | 32 | 1E | F | 150 | 3C | 40 |
| Octal | 332 | 154 | 230 | 0 | 62 | 36 | 17 | 520 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10011000 | 0 | 110010 | 11110 | 1111 | 101010000 | 111100 | 1000000 |
Color Harmonies of #DA6C98
Complementary color
Monochromatic Colors of #DA6C98
Black with #DA6C98
Text Example
Text Example
White with #DA6C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C98; }
p { color: rgb(218,108,152); }
H1.HeaderClassName
{
color: #DA6C98;
}
.AnyTagClassName
{
color: #DA6C98;
}
</style>
background-color css
<style>
a { background-color: #DA6C98; }
a { background-color: rgb(218,108,152); }
div.DivClassName
{
background-color: #DA6C98;
}
.BgClassName
{
background-color: #DA6C98;
}
</style>
border-color css
<style>
span { border-color: #DA6C98; }
span { border-color: rgb(218,108,152); }
td.TdClassName
{
border-color: #DA6C98;
}
.TagClassName
{
border-color: #DA6C98;
}
</style>