#DC85EA

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

Shades of Violet #DC85EA

Tints of Violet #DC85EA

Color information

#DC85EA (or 0xDC85EA) is unknown color: approx Violet. HEX triplet: DC, 85 and EA. RGB value is (220,133,234). Sum of RGB (Red+Green+Blue) = 220+133+234=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85EA is #237A15. Grayscale: #AAAAAA. Windows color (decimal): -2325014 or 15369692. OLE color: 15369692.

HSL color Cylindrical-coordinate representation of color #DC85EA: hue angle of 291.68º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC85EA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220133234-
CMYK0.060.4300.08
HSL291.68º70.63%71.96%-
HSV(B)291.68º43.16%91.76%-
XYZ52.7537.9382.38-
YUV170.53163.82163.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=37.48%
G=22.66%
B=39.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201332340.060.4300.08291.6870.6371.96
HexDC85EA62B081244748
Octal334205352653010444107110
Binary1101110010000101111010101101010110100010010010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85EA; }

 p { color: rgb(220,133,234); }

 H1.HeaderClassName
 {
   color: #DC85EA;
 }
 .AnyTagClassName
 {
   color: #DC85EA;
 }
</style>
background-color css

<style>
 a { background-color: #DC85EA; }

 a { background-color: rgb(220,133,234); }

 div.DivClassName
 {
   background-color: #DC85EA;
 }
 .BgClassName
 {
   background-color: #DC85EA;
 }
</style>
border-color css

<style>
 span { border-color: #DC85EA; }

 span { border-color: rgb(220,133,234); }

 td.TdClassName
 {
   border-color: #DC85EA;
 }
 .TagClassName
 {
   border-color: #DC85EA;
 }
</style>