#DC90EE

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

Shades of Violet #DC90EE

Tints of Violet #DC90EE

Color information

#DC90EE (or 0xDC90EE) is unknown color: approx Violet. HEX triplet: DC, 90 and EE. RGB value is (220,144,238). Sum of RGB (Red+Green+Blue) = 220+144+238=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90EE is #236F11. Grayscale: #B1B1B1. Windows color (decimal): -2322194 or 15634652. OLE color: 15634652.

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

Color convert

RGB220144238-
CMYK0.080.3900.07
HSL288.51º73.44%74.9%-
HSV(B)288.51º39.5%93.33%-
XYZ54.9241.3485.97-
YUV177.44162.18158.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=36.54%
G=23.92%
B=39.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201442380.080.3900.07288.5173.4474.9
HexDC90EE82707121494b
Octal334220356104707441111113
Binary1101110010010000111011101000100111011110010000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90EE; }

 p { color: rgb(220,144,238); }

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

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

 a { background-color: rgb(220,144,238); }

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

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

 span { border-color: rgb(220,144,238); }

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