Shades of Pale Violet Red #DA628F
Tints of Pale Violet Red #DA628F
RGB
CMYK
RGB Variations
Color information
#DA628F (or 0xDA628F) is known color: Pale Violet Red. HEX triplet: DA, 62 and 8F. RGB value is (218,98,143). Sum of RGB (Red+Green+Blue) = 218+98+143=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA628F is #259D70. Grayscale: #8A8A8A. Windows color (decimal): -2465137 or 9396954. OLE color: 9396954.
HSL color Cylindrical-coordinate representation of color #DA628F: hue angle of 337.5º 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 #DA628F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 143 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.15 |
| HSL | 337.5º | 0.62% | 0.62% | - |
| HSV(B) | 337.5º | 0.55% | 0.85% | - |
| XYZ | 38.24 | 25.62 | 28.92 | - |
| YUV | 139.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 143 | 0 | 0.55 | 0.34 | 0.15 | 337.5 | 0.62 | 0.62 |
| Hex | DA | 62 | 8F | 0 | 37 | 22 | F | 152 | 3E | 3E |
| Octal | 332 | 142 | 217 | 0 | 67 | 42 | 17 | 522 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10001111 | 0 | 110111 | 100010 | 1111 | 101010010 | 111110 | 111110 |
Color Harmonies of #DA628F
Complementary color
Monochromatic Colors of #DA628F
Black with #DA628F
Text Example
Text Example
White with #DA628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA628F; }
p { color: rgb(218,98,143); }
H1.HeaderClassName
{
color: #DA628F;
}
.AnyTagClassName
{
color: #DA628F;
}
</style>
background-color css
<style>
a { background-color: #DA628F; }
a { background-color: rgb(218,98,143); }
div.DivClassName
{
background-color: #DA628F;
}
.BgClassName
{
background-color: #DA628F;
}
</style>
border-color css
<style>
span { border-color: #DA628F; }
span { border-color: rgb(218,98,143); }
td.TdClassName
{
border-color: #DA628F;
}
.TagClassName
{
border-color: #DA628F;
}
</style>