Shades of Pale Violet Red #DA608D
Tints of Pale Violet Red #DA608D
RGB
CMYK
RGB Variations
Color information
#DA608D (or 0xDA608D) is known color: Pale Violet Red. HEX triplet: DA, 60 and 8D. RGB value is (218,96,141). Sum of RGB (Red+Green+Blue) = 218+96+141=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA608D is #259F72. Grayscale: #898989. Windows color (decimal): -2465651 or 9265370. OLE color: 9265370.
HSL color Cylindrical-coordinate representation of color #DA608D: hue angle of 337.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA608D is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 141 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.15 |
| HSL | 337.87º | 0.62% | 0.62% | - |
| HSV(B) | 337.87º | 0.56% | 0.85% | - |
| XYZ | 37.9 | 25.19 | 28.06 | - |
| YUV | 137.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 141 | 0 | 0.56 | 0.35 | 0.15 | 337.87 | 0.62 | 0.62 |
| Hex | DA | 60 | 8D | 0 | 38 | 23 | F | 152 | 3E | 3E |
| Octal | 332 | 140 | 215 | 0 | 70 | 43 | 17 | 522 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10001101 | 0 | 111000 | 100011 | 1111 | 101010010 | 111110 | 111110 |
Color Harmonies of #DA608D
Complementary color
Monochromatic Colors of #DA608D
Black with #DA608D
Text Example
Text Example
White with #DA608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA608D; }
p { color: rgb(218,96,141); }
H1.HeaderClassName
{
color: #DA608D;
}
.AnyTagClassName
{
color: #DA608D;
}
</style>
background-color css
<style>
a { background-color: #DA608D; }
a { background-color: rgb(218,96,141); }
div.DivClassName
{
background-color: #DA608D;
}
.BgClassName
{
background-color: #DA608D;
}
</style>
border-color css
<style>
span { border-color: #DA608D; }
span { border-color: rgb(218,96,141); }
td.TdClassName
{
border-color: #DA608D;
}
.TagClassName
{
border-color: #DA608D;
}
</style>