#DC88ED

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

Shades of Violet #DC88ED

Tints of Violet #DC88ED

Color information

#DC88ED (or 0xDC88ED) is unknown color: approx Violet. HEX triplet: DC, 88 and ED. RGB value is (220,136,237). Sum of RGB (Red+Green+Blue) = 220+136+237=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 136 (53.52% from 255 or 22.93% 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 #DC88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88ED is #237712. Grayscale: #ACACAC. Windows color (decimal): -2324243 or 15567068. OLE color: 15567068.

HSL color Cylindrical-coordinate representation of color #DC88ED: hue angle of 289.9º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC88ED is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220136237-
CMYK0.070.4300.07
HSL289.9º73.72%73.14%-
HSV(B)289.9º42.62%92.94%-
XYZ53.6138.9484.81-
YUV172.63164.33161.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=37.10%
G=22.93%
B=39.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201362370.070.4300.07289.973.7273.14
HexDC88ED72B071224a49
Octal33421035575307442112111
Binary110111001000100011101101111101011011110010001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88ED; }

 p { color: rgb(220,136,237); }

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

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

 a { background-color: rgb(220,136,237); }

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

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

 span { border-color: rgb(220,136,237); }

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