Html Css Color HEX #DC93EE Plum

📋 copy color: '#DC93EE'

red 220 ◦ green 147 ◦ blue 238

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

Shades of Plum #DC93EE

Tints of Plum #DC93EE

RGB

 RED value IS 220 (86.33% from 255) = 36.36%

 GREEN value IS 147 (57.81% from 255) = 24.3%

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 36.36%
G = 24.3%
B = 39.34%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC93EE (or 0xDC93EE) is known color: Plum. HEX triplet: DC, 93 and EE. RGB value is (220,147,238). Sum of RGB (Red+Green+Blue) = 220+147+238=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93EE is #236C11. Grayscale: #B2B2B2. Windows color (decimal): -2321426 or 15635420. OLE color: 15635420.

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

Color convert

RGB 220 147 238 -
CMYK 0.08 0.38 0 0.07
HSL 288.13º 0.73% 0.75% -
HSV(B) 288.13º 0.38% 0.93% -
XYZ 55.38 42.26 86.13 -
YUV 179.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 220 147 238 0.08 0.38 0 0.07 288.13 0.73 0.75
Hex DC 93 EE 8 26 0 7 120 49 4B
Octal 334 223 356 10 46 0 7 440 111 113
Binary 11011100 10010011 11101110 1000 100110 0 111 100100000 1001001 1001011

Color Harmonies of #DC93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93EE

Black with #DC93EE

Text Example


Text Example

White with #DC93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93EE; }

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

 H1.HeaderClassName
 {
   color: #DC93EE;
 }
 .AnyTagClassName
 {
   color: #DC93EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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