Shades of Violet #DC87EA
Tints of Violet #DC87EA
RGB
CMYK
RGB Variations
Color information
#DC87EA (or 0xDC87EA) is known color: Violet. HEX triplet: DC, 87 and EA. RGB value is (220,135,234). Sum of RGB (Red+Green+Blue) = 220+135+234=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 135 (53.12% from 255 or 22.92% 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 #DC87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87EA is #237815. Grayscale: #ABABAB. Windows color (decimal): -2324502 or 15370204. OLE color: 15370204.
HSL color Cylindrical-coordinate representation of color #DC87EA: hue angle of 291.52º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC87EA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 135 | 234 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.08 |
| HSL | 291.52º | 0.7% | 0.72% | - |
| HSV(B) | 291.52º | 0.42% | 0.92% | - |
| XYZ | 53.03 | 38.48 | 82.48 | - |
| YUV | 171.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 234 | 0.06 | 0.42 | 0 | 0.08 | 291.52 | 0.7 | 0.72 |
| Hex | DC | 87 | EA | 6 | 2A | 0 | 8 | 124 | 46 | 48 |
| Octal | 334 | 207 | 352 | 6 | 52 | 0 | 10 | 444 | 106 | 110 |
| Binary | 11011100 | 10000111 | 11101010 | 110 | 101010 | 0 | 1000 | 100100100 | 1000110 | 1001000 |
Color Harmonies of #DC87EA
Complementary color
Monochromatic Colors of #DC87EA
Black with #DC87EA
Text Example
Text Example
White with #DC87EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87EA; }
p { color: rgb(220,135,234); }
H1.HeaderClassName
{
color: #DC87EA;
}
.AnyTagClassName
{
color: #DC87EA;
}
</style>
background-color css
<style>
a { background-color: #DC87EA; }
a { background-color: rgb(220,135,234); }
div.DivClassName
{
background-color: #DC87EA;
}
.BgClassName
{
background-color: #DC87EA;
}
</style>
border-color css
<style>
span { border-color: #DC87EA; }
span { border-color: rgb(220,135,234); }
td.TdClassName
{
border-color: #DC87EA;
}
.TagClassName
{
border-color: #DC87EA;
}
</style>