Shades of Pale Violet Red #D67B9F
Tints of Pale Violet Red #D67B9F
RGB
CMYK
RGB Variations
Color information
#D67B9F (or 0xD67B9F) is known color: Pale Violet Red. HEX triplet: D6, 7B and 9F. RGB value is (214,123,159). Sum of RGB (Red+Green+Blue) = 214+123+159=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B9F is #298460. Grayscale: #9A9A9A. Windows color (decimal): -2720865 or 10451926. OLE color: 10451926.
HSL color Cylindrical-coordinate representation of color #D67B9F: hue angle of 336.26º 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 #D67B9F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 159 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.16 |
| HSL | 336.26º | 0.53% | 0.66% | - |
| HSV(B) | 336.26º | 0.43% | 0.84% | - |
| XYZ | 41.07 | 30.97 | 36.61 | - |
| YUV | 154.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 159 | 0 | 0.43 | 0.26 | 0.16 | 336.26 | 0.53 | 0.66 |
| Hex | D6 | 7B | 9F | 0 | 2B | 1A | 10 | 150 | 35 | 42 |
| Octal | 326 | 173 | 237 | 0 | 53 | 32 | 20 | 520 | 65 | 102 |
| Binary | 11010110 | 1111011 | 10011111 | 0 | 101011 | 11010 | 10000 | 101010000 | 110101 | 1000010 |
Color Harmonies of #D67B9F
Complementary color
Monochromatic Colors of #D67B9F
Black with #D67B9F
Text Example
Text Example
White with #D67B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B9F; }
p { color: rgb(214,123,159); }
H1.HeaderClassName
{
color: #D67B9F;
}
.AnyTagClassName
{
color: #D67B9F;
}
</style>
background-color css
<style>
a { background-color: #D67B9F; }
a { background-color: rgb(214,123,159); }
div.DivClassName
{
background-color: #D67B9F;
}
.BgClassName
{
background-color: #D67B9F;
}
</style>
border-color css
<style>
span { border-color: #D67B9F; }
span { border-color: rgb(214,123,159); }
td.TdClassName
{
border-color: #D67B9F;
}
.TagClassName
{
border-color: #D67B9F;
}
</style>