Shades of Pale Violet Red #DA768F
Tints of Pale Violet Red #DA768F
RGB
CMYK
RGB Variations
Color information
#DA768F (or 0xDA768F) is known color: Pale Violet Red. HEX triplet: DA, 76 and 8F. RGB value is (218,118,143). Sum of RGB (Red+Green+Blue) = 218+118+143=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768F is #258970. Grayscale: #969696. Windows color (decimal): -2460017 or 9402074. OLE color: 9402074.
HSL color Cylindrical-coordinate representation of color #DA768F: hue angle of 345º 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 #DA768F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 143 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.15 |
| HSL | 345º | 0.57% | 0.66% | - |
| HSV(B) | 345º | 0.46% | 0.85% | - |
| XYZ | 40.35 | 29.85 | 29.62 | - |
| YUV | 150.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 143 | 0 | 0.46 | 0.34 | 0.15 | 345 | 0.57 | 0.66 |
| Hex | DA | 76 | 8F | 0 | 2E | 22 | F | 159 | 39 | 42 |
| Octal | 332 | 166 | 217 | 0 | 56 | 42 | 17 | 531 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10001111 | 0 | 101110 | 100010 | 1111 | 101011001 | 111001 | 1000010 |
Color Harmonies of #DA768F
Complementary color
Monochromatic Colors of #DA768F
Black with #DA768F
Text Example
Text Example
White with #DA768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA768F; }
p { color: rgb(218,118,143); }
H1.HeaderClassName
{
color: #DA768F;
}
.AnyTagClassName
{
color: #DA768F;
}
</style>
background-color css
<style>
a { background-color: #DA768F; }
a { background-color: rgb(218,118,143); }
div.DivClassName
{
background-color: #DA768F;
}
.BgClassName
{
background-color: #DA768F;
}
</style>
border-color css
<style>
span { border-color: #DA768F; }
span { border-color: rgb(218,118,143); }
td.TdClassName
{
border-color: #DA768F;
}
.TagClassName
{
border-color: #DA768F;
}
</style>