Shades of Pale Violet Red #D27897
Tints of Pale Violet Red #D27897
RGB
CMYK
RGB Variations
Color information
#D27897 (or 0xD27897) is known color: Pale Violet Red. HEX triplet: D2, 78 and 97. RGB value is (210,120,151). Sum of RGB (Red+Green+Blue) = 210+120+151=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D27897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27897 is #2D8768. Grayscale: #969696. Windows color (decimal): -2983785 or 9926866. OLE color: 9926866.
HSL color Cylindrical-coordinate representation of color #D27897: hue angle of 339.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27897 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 151 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.18 |
| HSL | 339.33º | 0.5% | 0.65% | - |
| HSV(B) | 339.33º | 0.43% | 0.82% | - |
| XYZ | 38.88 | 29.37 | 32.9 | - |
| YUV | 150.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 151 | 0 | 0.43 | 0.28 | 0.18 | 339.33 | 0.5 | 0.65 |
| Hex | D2 | 78 | 97 | 0 | 2B | 1C | 12 | 153 | 32 | 41 |
| Octal | 322 | 170 | 227 | 0 | 53 | 34 | 22 | 523 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10010111 | 0 | 101011 | 11100 | 10010 | 101010011 | 110010 | 1000001 |
Color Harmonies of #D27897
Complementary color
Monochromatic Colors of #D27897
Black with #D27897
Text Example
Text Example
White with #D27897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27897; }
p { color: rgb(210,120,151); }
H1.HeaderClassName
{
color: #D27897;
}
.AnyTagClassName
{
color: #D27897;
}
</style>
background-color css
<style>
a { background-color: #D27897; }
a { background-color: rgb(210,120,151); }
div.DivClassName
{
background-color: #D27897;
}
.BgClassName
{
background-color: #D27897;
}
</style>
border-color css
<style>
span { border-color: #D27897; }
span { border-color: rgb(210,120,151); }
td.TdClassName
{
border-color: #D27897;
}
.TagClassName
{
border-color: #D27897;
}
</style>