Shades of Pale Violet Red #D6638B
Tints of Pale Violet Red #D6638B
RGB
CMYK
RGB Variations
Color information
#D6638B (or 0xD6638B) is known color: Pale Violet Red. HEX triplet: D6, 63 and 8B. RGB value is (214,99,139). Sum of RGB (Red+Green+Blue) = 214+99+139=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6638B is #299C74. Grayscale: #898989. Windows color (decimal): -2727029 or 9135062. OLE color: 9135062.
HSL color Cylindrical-coordinate representation of color #D6638B: hue angle of 339.13º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6638B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 139 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.16 |
| HSL | 339.13º | 0.58% | 0.61% | - |
| HSV(B) | 339.13º | 0.54% | 0.84% | - |
| XYZ | 36.85 | 25.08 | 27.33 | - |
| YUV | 137.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 139 | 0 | 0.54 | 0.35 | 0.16 | 339.13 | 0.58 | 0.61 |
| Hex | D6 | 63 | 8B | 0 | 36 | 23 | 10 | 153 | 3A | 3D |
| Octal | 326 | 143 | 213 | 0 | 66 | 43 | 20 | 523 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10001011 | 0 | 110110 | 100011 | 10000 | 101010011 | 111010 | 111101 |
Color Harmonies of #D6638B
Complementary color
Monochromatic Colors of #D6638B
Black with #D6638B
Text Example
Text Example
White with #D6638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6638B; }
p { color: rgb(214,99,139); }
H1.HeaderClassName
{
color: #D6638B;
}
.AnyTagClassName
{
color: #D6638B;
}
</style>
background-color css
<style>
a { background-color: #D6638B; }
a { background-color: rgb(214,99,139); }
div.DivClassName
{
background-color: #D6638B;
}
.BgClassName
{
background-color: #D6638B;
}
</style>
border-color css
<style>
span { border-color: #D6638B; }
span { border-color: rgb(214,99,139); }
td.TdClassName
{
border-color: #D6638B;
}
.TagClassName
{
border-color: #D6638B;
}
</style>