Shades of Violet #D88BEA
Tints of Violet #D88BEA
RGB
CMYK
RGB Variations
Color information
#D88BEA (or 0xD88BEA) is known color: Violet. HEX triplet: D8, 8B and EA. RGB value is (216,139,234). Sum of RGB (Red+Green+Blue) = 216+139+234=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D88BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BEA is #277415. Grayscale: #ACACAC. Windows color (decimal): -2585622 or 15371224. OLE color: 15371224.
HSL color Cylindrical-coordinate representation of color #D88BEA: hue angle of 288.63º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88BEA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 139 | 234 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.08 |
| HSL | 288.63º | 0.69% | 0.73% | - |
| HSV(B) | 288.63º | 0.41% | 0.92% | - |
| XYZ | 52.4 | 39 | 82.61 | - |
| YUV | 172.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 234 | 0.08 | 0.41 | 0 | 0.08 | 288.63 | 0.69 | 0.73 |
| Hex | D8 | 8B | EA | 8 | 29 | 0 | 8 | 121 | 45 | 49 |
| Octal | 330 | 213 | 352 | 10 | 51 | 0 | 10 | 441 | 105 | 111 |
| Binary | 11011000 | 10001011 | 11101010 | 1000 | 101001 | 0 | 1000 | 100100001 | 1000101 | 1001001 |
Color Harmonies of #D88BEA
Complementary color
Monochromatic Colors of #D88BEA
Black with #D88BEA
Text Example
Text Example
White with #D88BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BEA; }
p { color: rgb(216,139,234); }
H1.HeaderClassName
{
color: #D88BEA;
}
.AnyTagClassName
{
color: #D88BEA;
}
</style>
background-color css
<style>
a { background-color: #D88BEA; }
a { background-color: rgb(216,139,234); }
div.DivClassName
{
background-color: #D88BEA;
}
.BgClassName
{
background-color: #D88BEA;
}
</style>
border-color css
<style>
span { border-color: #D88BEA; }
span { border-color: rgb(216,139,234); }
td.TdClassName
{
border-color: #D88BEA;
}
.TagClassName
{
border-color: #D88BEA;
}
</style>