Shades of Pale Violet Red #DA638F
Tints of Pale Violet Red #DA638F
RGB
CMYK
RGB Variations
Color information
#DA638F (or 0xDA638F) is known color: Pale Violet Red. HEX triplet: DA, 63 and 8F. RGB value is (218,99,143). Sum of RGB (Red+Green+Blue) = 218+99+143=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA638F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA638F is #259C70. Grayscale: #8B8B8B. Windows color (decimal): -2464881 or 9397210. OLE color: 9397210.
HSL color Cylindrical-coordinate representation of color #DA638F: hue angle of 337.82º 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 #DA638F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 143 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.15 |
| HSL | 337.82º | 0.62% | 0.62% | - |
| HSV(B) | 337.82º | 0.55% | 0.85% | - |
| XYZ | 38.33 | 25.81 | 28.95 | - |
| YUV | 139.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 143 | 0 | 0.55 | 0.34 | 0.15 | 337.82 | 0.62 | 0.62 |
| Hex | DA | 63 | 8F | 0 | 37 | 22 | F | 152 | 3E | 3E |
| Octal | 332 | 143 | 217 | 0 | 67 | 42 | 17 | 522 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10001111 | 0 | 110111 | 100010 | 1111 | 101010010 | 111110 | 111110 |
Color Harmonies of #DA638F
Complementary color
Monochromatic Colors of #DA638F
Black with #DA638F
Text Example
Text Example
White with #DA638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA638F; }
p { color: rgb(218,99,143); }
H1.HeaderClassName
{
color: #DA638F;
}
.AnyTagClassName
{
color: #DA638F;
}
</style>
background-color css
<style>
a { background-color: #DA638F; }
a { background-color: rgb(218,99,143); }
div.DivClassName
{
background-color: #DA638F;
}
.BgClassName
{
background-color: #DA638F;
}
</style>
border-color css
<style>
span { border-color: #DA638F; }
span { border-color: rgb(218,99,143); }
td.TdClassName
{
border-color: #DA638F;
}
.TagClassName
{
border-color: #DA638F;
}
</style>