Shades of Pale Violet Red #DA628A
Tints of Pale Violet Red #DA628A
RGB
CMYK
RGB Variations
Color information
#DA628A (or 0xDA628A) is known color: Pale Violet Red. HEX triplet: DA, 62 and 8A. RGB value is (218,98,138). Sum of RGB (Red+Green+Blue) = 218+98+138=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA628A is #259D75. Grayscale: #8A8A8A. Windows color (decimal): -2465142 or 9069274. OLE color: 9069274.
HSL color Cylindrical-coordinate representation of color #DA628A: hue angle of 340º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA628A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 138 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.15 |
| HSL | 340º | 0.62% | 0.62% | - |
| HSV(B) | 340º | 0.55% | 0.85% | - |
| XYZ | 37.87 | 25.48 | 26.97 | - |
| YUV | 138.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 138 | 0 | 0.55 | 0.37 | 0.15 | 340 | 0.62 | 0.62 |
| Hex | DA | 62 | 8A | 0 | 37 | 25 | F | 154 | 3E | 3E |
| Octal | 332 | 142 | 212 | 0 | 67 | 45 | 17 | 524 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10001010 | 0 | 110111 | 100101 | 1111 | 101010100 | 111110 | 111110 |
Color Harmonies of #DA628A
Complementary color
Monochromatic Colors of #DA628A
Black with #DA628A
Text Example
Text Example
White with #DA628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA628A; }
p { color: rgb(218,98,138); }
H1.HeaderClassName
{
color: #DA628A;
}
.AnyTagClassName
{
color: #DA628A;
}
</style>
background-color css
<style>
a { background-color: #DA628A; }
a { background-color: rgb(218,98,138); }
div.DivClassName
{
background-color: #DA628A;
}
.BgClassName
{
background-color: #DA628A;
}
</style>
border-color css
<style>
span { border-color: #DA628A; }
span { border-color: rgb(218,98,138); }
td.TdClassName
{
border-color: #DA628A;
}
.TagClassName
{
border-color: #DA628A;
}
</style>