Shades of Violet #D88BEC
Tints of Violet #D88BEC
RGB
CMYK
RGB Variations
Color information
#D88BEC (or 0xD88BEC) is known color: Violet. HEX triplet: D8, 8B and EC. RGB value is (216,139,236). Sum of RGB (Red+Green+Blue) = 216+139+236=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D88BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BEC is #277413. Grayscale: #ACACAC. Windows color (decimal): -2585620 or 15502296. OLE color: 15502296.
HSL color Cylindrical-coordinate representation of color #D88BEC: hue angle of 287.63º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88BEC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 139 | 236 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.07 |
| HSL | 287.63º | 0.72% | 0.74% | - |
| HSV(B) | 287.63º | 0.41% | 0.93% | - |
| XYZ | 52.69 | 39.12 | 84.13 | - |
| YUV | 173.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 236 | 0.08 | 0.41 | 0 | 0.07 | 287.63 | 0.72 | 0.74 |
| Hex | D8 | 8B | EC | 8 | 29 | 0 | 7 | 120 | 48 | 4A |
| Octal | 330 | 213 | 354 | 10 | 51 | 0 | 7 | 440 | 110 | 112 |
| Binary | 11011000 | 10001011 | 11101100 | 1000 | 101001 | 0 | 111 | 100100000 | 1001000 | 1001010 |
Color Harmonies of #D88BEC
Complementary color
Monochromatic Colors of #D88BEC
Black with #D88BEC
Text Example
Text Example
White with #D88BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BEC; }
p { color: rgb(216,139,236); }
H1.HeaderClassName
{
color: #D88BEC;
}
.AnyTagClassName
{
color: #D88BEC;
}
</style>
background-color css
<style>
a { background-color: #D88BEC; }
a { background-color: rgb(216,139,236); }
div.DivClassName
{
background-color: #D88BEC;
}
.BgClassName
{
background-color: #D88BEC;
}
</style>
border-color css
<style>
span { border-color: #D88BEC; }
span { border-color: rgb(216,139,236); }
td.TdClassName
{
border-color: #D88BEC;
}
.TagClassName
{
border-color: #D88BEC;
}
</style>