Shades of Pale Violet Red #D27A97
Tints of Pale Violet Red #D27A97
RGB
CMYK
RGB Variations
Color information
#D27A97 (or 0xD27A97) is known color: Pale Violet Red. HEX triplet: D2, 7A and 97. RGB value is (210,122,151). Sum of RGB (Red+Green+Blue) = 210+122+151=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A97 is #2D8568. Grayscale: #979797. Windows color (decimal): -2983273 or 9927378. OLE color: 9927378.
HSL color Cylindrical-coordinate representation of color #D27A97: hue angle of 340.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27A97 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 151 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.18 |
| HSL | 340.23º | 0.49% | 0.65% | - |
| HSV(B) | 340.23º | 0.42% | 0.82% | - |
| XYZ | 39.12 | 29.86 | 32.98 | - |
| YUV | 151.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 151 | 0 | 0.42 | 0.28 | 0.18 | 340.23 | 0.49 | 0.65 |
| Hex | D2 | 7A | 97 | 0 | 2A | 1C | 12 | 154 | 31 | 41 |
| Octal | 322 | 172 | 227 | 0 | 52 | 34 | 22 | 524 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10010111 | 0 | 101010 | 11100 | 10010 | 101010100 | 110001 | 1000001 |
Color Harmonies of #D27A97
Complementary color
Monochromatic Colors of #D27A97
Black with #D27A97
Text Example
Text Example
White with #D27A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A97; }
p { color: rgb(210,122,151); }
H1.HeaderClassName
{
color: #D27A97;
}
.AnyTagClassName
{
color: #D27A97;
}
</style>
background-color css
<style>
a { background-color: #D27A97; }
a { background-color: rgb(210,122,151); }
div.DivClassName
{
background-color: #D27A97;
}
.BgClassName
{
background-color: #D27A97;
}
</style>
border-color css
<style>
span { border-color: #D27A97; }
span { border-color: rgb(210,122,151); }
td.TdClassName
{
border-color: #D27A97;
}
.TagClassName
{
border-color: #D27A97;
}
</style>