Shades of Violet #D88BED
Tints of Violet #D88BED
RGB
CMYK
RGB Variations
Color information
#D88BED (or 0xD88BED) is known color: Violet. HEX triplet: D8, 8B and ED. RGB value is (216,139,237). Sum of RGB (Red+Green+Blue) = 216+139+237=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #D88BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BED is #277412. Grayscale: #ACACAC. Windows color (decimal): -2585619 or 15567832. OLE color: 15567832.
HSL color Cylindrical-coordinate representation of color #D88BED: hue angle of 287.14º degrees, saturation: 0.73, 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 #D88BED is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 139 | 237 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.07 |
| HSL | 287.14º | 0.73% | 0.74% | - |
| HSV(B) | 287.14º | 0.41% | 0.93% | - |
| XYZ | 52.84 | 39.18 | 84.9 | - |
| YUV | 173.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 237 | 0.09 | 0.41 | 0 | 0.07 | 287.14 | 0.73 | 0.74 |
| Hex | D8 | 8B | ED | 9 | 29 | 0 | 7 | 11F | 49 | 4A |
| Octal | 330 | 213 | 355 | 11 | 51 | 0 | 7 | 437 | 111 | 112 |
| Binary | 11011000 | 10001011 | 11101101 | 1001 | 101001 | 0 | 111 | 100011111 | 1001001 | 1001010 |
Color Harmonies of #D88BED
Complementary color
Monochromatic Colors of #D88BED
Black with #D88BED
Text Example
Text Example
White with #D88BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BED; }
p { color: rgb(216,139,237); }
H1.HeaderClassName
{
color: #D88BED;
}
.AnyTagClassName
{
color: #D88BED;
}
</style>
background-color css
<style>
a { background-color: #D88BED; }
a { background-color: rgb(216,139,237); }
div.DivClassName
{
background-color: #D88BED;
}
.BgClassName
{
background-color: #D88BED;
}
</style>
border-color css
<style>
span { border-color: #D88BED; }
span { border-color: rgb(216,139,237); }
td.TdClassName
{
border-color: #D88BED;
}
.TagClassName
{
border-color: #D88BED;
}
</style>