Shades of Pale Violet Red #D57B9A
Tints of Pale Violet Red #D57B9A
RGB
CMYK
RGB Variations
Color information
#D57B9A (or 0xD57B9A) is known color: Pale Violet Red. HEX triplet: D5, 7B and 9A. RGB value is (213,123,154). Sum of RGB (Red+Green+Blue) = 213+123+154=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B9A is #2A8465. Grayscale: #999999. Windows color (decimal): -2786406 or 10124245. OLE color: 10124245.
HSL color Cylindrical-coordinate representation of color #D57B9A: hue angle of 339.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 #D57B9A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 154 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.16 |
| HSL | 339.33º | 0.52% | 0.66% | - |
| HSV(B) | 339.33º | 0.42% | 0.84% | - |
| XYZ | 40.36 | 30.65 | 34.36 | - |
| YUV | 153.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 154 | 0 | 0.42 | 0.28 | 0.16 | 339.33 | 0.52 | 0.66 |
| Hex | D5 | 7B | 9A | 0 | 2A | 1C | 10 | 153 | 34 | 42 |
| Octal | 325 | 173 | 232 | 0 | 52 | 34 | 20 | 523 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10011010 | 0 | 101010 | 11100 | 10000 | 101010011 | 110100 | 1000010 |
Color Harmonies of #D57B9A
Complementary color
Monochromatic Colors of #D57B9A
Black with #D57B9A
Text Example
Text Example
White with #D57B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B9A; }
p { color: rgb(213,123,154); }
H1.HeaderClassName
{
color: #D57B9A;
}
.AnyTagClassName
{
color: #D57B9A;
}
</style>
background-color css
<style>
a { background-color: #D57B9A; }
a { background-color: rgb(213,123,154); }
div.DivClassName
{
background-color: #D57B9A;
}
.BgClassName
{
background-color: #D57B9A;
}
</style>
border-color css
<style>
span { border-color: #D57B9A; }
span { border-color: rgb(213,123,154); }
td.TdClassName
{
border-color: #D57B9A;
}
.TagClassName
{
border-color: #D57B9A;
}
</style>