Shades of Pale Violet Red #D4769C
Tints of Pale Violet Red #D4769C
RGB
CMYK
RGB Variations
Color information
#D4769C (or 0xD4769C) is known color: Pale Violet Red. HEX triplet: D4, 76 and 9C. RGB value is (212,118,156). Sum of RGB (Red+Green+Blue) = 212+118+156=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4769C is #2B8963. Grayscale: #969696. Windows color (decimal): -2853220 or 10254036. OLE color: 10254036.
HSL color Cylindrical-coordinate representation of color #D4769C: hue angle of 335.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4769C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 156 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.17 |
| HSL | 335.74º | 0.52% | 0.65% | - |
| HSV(B) | 335.74º | 0.44% | 0.83% | - |
| XYZ | 39.63 | 29.35 | 35.03 | - |
| YUV | 150.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 156 | 0 | 0.44 | 0.26 | 0.17 | 335.74 | 0.52 | 0.65 |
| Hex | D4 | 76 | 9C | 0 | 2C | 1A | 11 | 150 | 34 | 41 |
| Octal | 324 | 166 | 234 | 0 | 54 | 32 | 21 | 520 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10011100 | 0 | 101100 | 11010 | 10001 | 101010000 | 110100 | 1000001 |
Color Harmonies of #D4769C
Complementary color
Monochromatic Colors of #D4769C
Black with #D4769C
Text Example
Text Example
White with #D4769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4769C; }
p { color: rgb(212,118,156); }
H1.HeaderClassName
{
color: #D4769C;
}
.AnyTagClassName
{
color: #D4769C;
}
</style>
background-color css
<style>
a { background-color: #D4769C; }
a { background-color: rgb(212,118,156); }
div.DivClassName
{
background-color: #D4769C;
}
.BgClassName
{
background-color: #D4769C;
}
</style>
border-color css
<style>
span { border-color: #D4769C; }
span { border-color: rgb(212,118,156); }
td.TdClassName
{
border-color: #D4769C;
}
.TagClassName
{
border-color: #D4769C;
}
</style>