Shades of Pale Violet Red #D27A9A
Tints of Pale Violet Red #D27A9A
RGB
CMYK
RGB Variations
Color information
#D27A9A (or 0xD27A9A) is known color: Pale Violet Red. HEX triplet: D2, 7A and 9A. RGB value is (210,122,154). Sum of RGB (Red+Green+Blue) = 210+122+154=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A9A is #2D8565. Grayscale: #979797. Windows color (decimal): -2983270 or 10123986. OLE color: 10123986.
HSL color Cylindrical-coordinate representation of color #D27A9A: hue angle of 338.18º 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 #D27A9A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 154 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.18 |
| HSL | 338.18º | 0.49% | 0.65% | - |
| HSV(B) | 338.18º | 0.42% | 0.82% | - |
| XYZ | 39.37 | 29.95 | 34.28 | - |
| YUV | 151.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 154 | 0 | 0.42 | 0.27 | 0.18 | 338.18 | 0.49 | 0.65 |
| Hex | D2 | 7A | 9A | 0 | 2A | 1B | 12 | 152 | 31 | 41 |
| Octal | 322 | 172 | 232 | 0 | 52 | 33 | 22 | 522 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10011010 | 0 | 101010 | 11011 | 10010 | 101010010 | 110001 | 1000001 |
Color Harmonies of #D27A9A
Complementary color
Monochromatic Colors of #D27A9A
Black with #D27A9A
Text Example
Text Example
White with #D27A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A9A; }
p { color: rgb(210,122,154); }
H1.HeaderClassName
{
color: #D27A9A;
}
.AnyTagClassName
{
color: #D27A9A;
}
</style>
background-color css
<style>
a { background-color: #D27A9A; }
a { background-color: rgb(210,122,154); }
div.DivClassName
{
background-color: #D27A9A;
}
.BgClassName
{
background-color: #D27A9A;
}
</style>
border-color css
<style>
span { border-color: #D27A9A; }
span { border-color: rgb(210,122,154); }
td.TdClassName
{
border-color: #D27A9A;
}
.TagClassName
{
border-color: #D27A9A;
}
</style>