#DC87EA

Color #DC87EA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DC87EA

Tints of Violet #DC87EA

Color information

#DC87EA (or 0xDC87EA) is unknown color: approx 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

RGB220135234-
CMYK0.060.4200.08
HSL291.52º70.21%72.35%-
HSV(B)291.52º42.31%91.76%-
XYZ53.0338.4882.48-
YUV171.7163.16162.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 135 (53.12% from 255) = 22.92%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=37.35%
G=22.92%
B=39.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201352340.060.4200.08291.5270.2172.35
HexDC87EA62A081244648
Octal334207352652010444106110
Binary1101110010000111111010101101010100100010010010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>