Shades of Pale Violet Red #D67B96
Tints of Pale Violet Red #D67B96
RGB
CMYK
RGB Variations
Color information
#D67B96 (or 0xD67B96) is known color: Pale Violet Red. HEX triplet: D6, 7B and 96. RGB value is (214,123,150). Sum of RGB (Red+Green+Blue) = 214+123+150=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B96 is #298469. Grayscale: #999999. Windows color (decimal): -2720874 or 9862102. OLE color: 9862102.
HSL color Cylindrical-coordinate representation of color #D67B96: hue angle of 342.2º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67B96 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 150 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.16 |
| HSL | 342.2º | 0.53% | 0.66% | - |
| HSV(B) | 342.2º | 0.43% | 0.84% | - |
| XYZ | 40.32 | 30.66 | 32.65 | - |
| YUV | 153.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 150 | 0 | 0.43 | 0.30 | 0.16 | 342.2 | 0.53 | 0.66 |
| Hex | D6 | 7B | 96 | 0 | 2B | 1E | 10 | 156 | 35 | 42 |
| Octal | 326 | 173 | 226 | 0 | 53 | 36 | 20 | 526 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10010110 | 0 | 101011 | 11110 | 10000 | 101010110 | 110101 | 1000010 |
Color Harmonies of #D67B96
Complementary color
Monochromatic Colors of #D67B96
Black with #D67B96
Text Example
Text Example
White with #D67B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B96; }
p { color: rgb(214,123,150); }
H1.HeaderClassName
{
color: #D67B96;
}
.AnyTagClassName
{
color: #D67B96;
}
</style>
background-color css
<style>
a { background-color: #D67B96; }
a { background-color: rgb(214,123,150); }
div.DivClassName
{
background-color: #D67B96;
}
.BgClassName
{
background-color: #D67B96;
}
</style>
border-color css
<style>
span { border-color: #D67B96; }
span { border-color: rgb(214,123,150); }
td.TdClassName
{
border-color: #D67B96;
}
.TagClassName
{
border-color: #D67B96;
}
</style>