Html Css Color HEX #DC9EEE Plum

📋 copy color: '#DC9EEE'

red 220 ◦ green 158 ◦ blue 238

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

Shades of Plum #DC9EEE

Tints of Plum #DC9EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

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

R = 35.71%
G = 25.65%
B = 38.64%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9EEE (or 0xDC9EEE) is known color: Plum. HEX triplet: DC, 9E and EE. RGB value is (220,158,238). Sum of RGB (Red+Green+Blue) = 220+158+238=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EEE is #236111. Grayscale: #B9B9B9. Windows color (decimal): -2318610 or 15638236. OLE color: 15638236.

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

Color convert

RGB 220 158 238 -
CMYK 0.08 0.34 0 0.07
HSL 286.5º 0.7% 0.78% -
HSV(B) 286.5º 0.34% 0.93% -
XYZ 57.17 45.84 86.72 -
YUV 185.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 220 158 238 0.08 0.34 0 0.07 286.5 0.7 0.78
Hex DC 9E EE 8 22 0 7 11E 46 4E
Octal 334 236 356 10 42 0 7 436 106 116
Binary 11011100 10011110 11101110 1000 100010 0 111 100011110 1000110 1001110

Color Harmonies of #DC9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EEE

Black with #DC9EEE

Text Example


Text Example

White with #DC9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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