Html Css Color HEX #DC90EE Violet

📋 copy color: '#DC90EE'

red 220 ◦ green 144 ◦ blue 238

#DC90EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #DC90EE

Tints of Violet #DC90EE

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 value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC90EE (or 0xDC90EE) is known color: 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

RGB 220 144 238 -
CMYK 0.08 0.39 0 0.07
HSL 288.51º 0.73% 0.75% -
HSV(B) 288.51º 0.39% 0.93% -
XYZ 54.92 41.34 85.97 -
YUV 177.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 220 144 238 0.08 0.39 0 0.07 288.51 0.73 0.75
Hex DC 90 EE 8 27 0 7 121 49 4B
Octal 334 220 356 10 47 0 7 441 111 113
Binary 11011100 10010000 11101110 1000 100111 0 111 100100001 1001001 1001011

Color Harmonies of #DC90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90EE

Black with #DC90EE

Text Example


Text Example

White with #DC90EE

Text Example


Text Example

HTML Codes & Css Web 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>