Shades of Pale Violet Red #DA608C
Tints of Pale Violet Red #DA608C
RGB
CMYK
RGB Variations
Color information
#DA608C (or 0xDA608C) is known color: Pale Violet Red. HEX triplet: DA, 60 and 8C. RGB value is (218,96,140). Sum of RGB (Red+Green+Blue) = 218+96+140=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA608C is #259F73. Grayscale: #898989. Windows color (decimal): -2465652 or 9199834. OLE color: 9199834.
HSL color Cylindrical-coordinate representation of color #DA608C: hue angle of 338.36º 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 #DA608C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 140 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.15 |
| HSL | 338.36º | 0.62% | 0.62% | - |
| HSV(B) | 338.36º | 0.56% | 0.85% | - |
| XYZ | 37.83 | 25.16 | 27.67 | - |
| YUV | 137.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 140 | 0 | 0.56 | 0.36 | 0.15 | 338.36 | 0.62 | 0.62 |
| Hex | DA | 60 | 8C | 0 | 38 | 24 | F | 152 | 3E | 3E |
| Octal | 332 | 140 | 214 | 0 | 70 | 44 | 17 | 522 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10001100 | 0 | 111000 | 100100 | 1111 | 101010010 | 111110 | 111110 |
Color Harmonies of #DA608C
Complementary color
Monochromatic Colors of #DA608C
Black with #DA608C
Text Example
Text Example
White with #DA608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA608C; }
p { color: rgb(218,96,140); }
H1.HeaderClassName
{
color: #DA608C;
}
.AnyTagClassName
{
color: #DA608C;
}
</style>
background-color css
<style>
a { background-color: #DA608C; }
a { background-color: rgb(218,96,140); }
div.DivClassName
{
background-color: #DA608C;
}
.BgClassName
{
background-color: #DA608C;
}
</style>
border-color css
<style>
span { border-color: #DA608C; }
span { border-color: rgb(218,96,140); }
td.TdClassName
{
border-color: #DA608C;
}
.TagClassName
{
border-color: #DA608C;
}
</style>