Shades of Violet #D88CED
Tints of Violet #D88CED
RGB
CMYK
RGB Variations
Color information
#D88CED (or 0xD88CED) is known color: Violet. HEX triplet: D8, 8C and ED. RGB value is (216,140,237). Sum of RGB (Red+Green+Blue) = 216+140+237=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D88CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CED is #277312. Grayscale: #ADADAD. Windows color (decimal): -2585363 or 15568088. OLE color: 15568088.
HSL color Cylindrical-coordinate representation of color #D88CED: hue angle of 287.01º 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 #D88CED is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 140 | 237 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.07 |
| HSL | 287.01º | 0.73% | 0.74% | - |
| HSV(B) | 287.01º | 0.41% | 0.93% | - |
| XYZ | 52.98 | 39.47 | 84.95 | - |
| YUV | 173.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 237 | 0.09 | 0.41 | 0 | 0.07 | 287.01 | 0.73 | 0.74 |
| Hex | D8 | 8C | ED | 9 | 29 | 0 | 7 | 11F | 49 | 4A |
| Octal | 330 | 214 | 355 | 11 | 51 | 0 | 7 | 437 | 111 | 112 |
| Binary | 11011000 | 10001100 | 11101101 | 1001 | 101001 | 0 | 111 | 100011111 | 1001001 | 1001010 |
Color Harmonies of #D88CED
Complementary color
Monochromatic Colors of #D88CED
Black with #D88CED
Text Example
Text Example
White with #D88CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CED; }
p { color: rgb(216,140,237); }
H1.HeaderClassName
{
color: #D88CED;
}
.AnyTagClassName
{
color: #D88CED;
}
</style>
background-color css
<style>
a { background-color: #D88CED; }
a { background-color: rgb(216,140,237); }
div.DivClassName
{
background-color: #D88CED;
}
.BgClassName
{
background-color: #D88CED;
}
</style>
border-color css
<style>
span { border-color: #D88CED; }
span { border-color: rgb(216,140,237); }
td.TdClassName
{
border-color: #D88CED;
}
.TagClassName
{
border-color: #D88CED;
}
</style>