Shades of Pale Violet Red #D57BA3
Tints of Pale Violet Red #D57BA3
RGB
CMYK
RGB Variations
Color information
#D57BA3 (or 0xD57BA3) is known color: Pale Violet Red. HEX triplet: D5, 7B and A3. RGB value is (213,123,163). Sum of RGB (Red+Green+Blue) = 213+123+163=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57BA3 is #2A845C. Grayscale: #9A9A9A. Windows color (decimal): -2786397 or 10714069. OLE color: 10714069.
HSL color Cylindrical-coordinate representation of color #D57BA3: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57BA3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 163 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.16 |
| HSL | 333.33º | 0.52% | 0.66% | - |
| HSV(B) | 333.33º | 0.42% | 0.84% | - |
| XYZ | 41.13 | 30.96 | 38.46 | - |
| YUV | 154.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 163 | 0 | 0.42 | 0.23 | 0.16 | 333.33 | 0.52 | 0.66 |
| Hex | D5 | 7B | A3 | 0 | 2A | 17 | 10 | 14D | 34 | 42 |
| Octal | 325 | 173 | 243 | 0 | 52 | 27 | 20 | 515 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10100011 | 0 | 101010 | 10111 | 10000 | 101001101 | 110100 | 1000010 |
Color Harmonies of #D57BA3
Complementary color
Monochromatic Colors of #D57BA3
Black with #D57BA3
Text Example
Text Example
White with #D57BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BA3; }
p { color: rgb(213,123,163); }
H1.HeaderClassName
{
color: #D57BA3;
}
.AnyTagClassName
{
color: #D57BA3;
}
</style>
background-color css
<style>
a { background-color: #D57BA3; }
a { background-color: rgb(213,123,163); }
div.DivClassName
{
background-color: #D57BA3;
}
.BgClassName
{
background-color: #D57BA3;
}
</style>
border-color css
<style>
span { border-color: #D57BA3; }
span { border-color: rgb(213,123,163); }
td.TdClassName
{
border-color: #D57BA3;
}
.TagClassName
{
border-color: #D57BA3;
}
</style>