Shades of Pale Violet Red #D27B98
Tints of Pale Violet Red #D27B98
RGB
CMYK
RGB Variations
Color information
#D27B98 (or 0xD27B98) is known color: Pale Violet Red. HEX triplet: D2, 7B and 98. RGB value is (210,123,152). Sum of RGB (Red+Green+Blue) = 210+123+152=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B98 is #2D8467. Grayscale: #989898. Windows color (decimal): -2983016 or 9993170. OLE color: 9993170.
HSL color Cylindrical-coordinate representation of color #D27B98: hue angle of 340º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27B98 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 152 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.18 |
| HSL | 340º | 0.49% | 0.65% | - |
| HSV(B) | 340º | 0.41% | 0.82% | - |
| XYZ | 39.33 | 30.13 | 33.45 | - |
| YUV | 152.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 152 | 0 | 0.41 | 0.28 | 0.18 | 340 | 0.49 | 0.65 |
| Hex | D2 | 7B | 98 | 0 | 29 | 1C | 12 | 154 | 31 | 41 |
| Octal | 322 | 173 | 230 | 0 | 51 | 34 | 22 | 524 | 61 | 101 |
| Binary | 11010010 | 1111011 | 10011000 | 0 | 101001 | 11100 | 10010 | 101010100 | 110001 | 1000001 |
Color Harmonies of #D27B98
Complementary color
Monochromatic Colors of #D27B98
Black with #D27B98
Text Example
Text Example
White with #D27B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B98; }
p { color: rgb(210,123,152); }
H1.HeaderClassName
{
color: #D27B98;
}
.AnyTagClassName
{
color: #D27B98;
}
</style>
background-color css
<style>
a { background-color: #D27B98; }
a { background-color: rgb(210,123,152); }
div.DivClassName
{
background-color: #D27B98;
}
.BgClassName
{
background-color: #D27B98;
}
</style>
border-color css
<style>
span { border-color: #D27B98; }
span { border-color: rgb(210,123,152); }
td.TdClassName
{
border-color: #D27B98;
}
.TagClassName
{
border-color: #D27B98;
}
</style>