Shades of Pale Violet Red #DA7290
Tints of Pale Violet Red #DA7290
RGB
CMYK
RGB Variations
Color information
#DA7290 (or 0xDA7290) is known color: Pale Violet Red. HEX triplet: DA, 72 and 90. RGB value is (218,114,144). Sum of RGB (Red+Green+Blue) = 218+114+144=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7290 is #258D6F. Grayscale: #949494. Windows color (decimal): -2461040 or 9466586. OLE color: 9466586.
HSL color Cylindrical-coordinate representation of color #DA7290: hue angle of 342.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7290 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 144 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.15 |
| HSL | 342.69º | 0.58% | 0.65% | - |
| HSV(B) | 342.69º | 0.48% | 0.85% | - |
| XYZ | 39.96 | 28.95 | 29.87 | - |
| YUV | 148.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 144 | 0 | 0.48 | 0.34 | 0.15 | 342.69 | 0.58 | 0.65 |
| Hex | DA | 72 | 90 | 0 | 30 | 22 | F | 157 | 3A | 41 |
| Octal | 332 | 162 | 220 | 0 | 60 | 42 | 17 | 527 | 72 | 101 |
| Binary | 11011010 | 1110010 | 10010000 | 0 | 110000 | 100010 | 1111 | 101010111 | 111010 | 1000001 |
Color Harmonies of #DA7290
Complementary color
Monochromatic Colors of #DA7290
Black with #DA7290
Text Example
Text Example
White with #DA7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7290; }
p { color: rgb(218,114,144); }
H1.HeaderClassName
{
color: #DA7290;
}
.AnyTagClassName
{
color: #DA7290;
}
</style>
background-color css
<style>
a { background-color: #DA7290; }
a { background-color: rgb(218,114,144); }
div.DivClassName
{
background-color: #DA7290;
}
.BgClassName
{
background-color: #DA7290;
}
</style>
border-color css
<style>
span { border-color: #DA7290; }
span { border-color: rgb(218,114,144); }
td.TdClassName
{
border-color: #DA7290;
}
.TagClassName
{
border-color: #DA7290;
}
</style>