Html Css Color HEX #DC9EEC Plum

📋 copy color: '#DC9EEC'

red 220 ◦ green 158 ◦ blue 236

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

Shades of Plum #DC9EEC

Tints of Plum #DC9EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 35.83%
G = 25.73%
B = 38.44%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9EEC (or 0xDC9EEC) is known color: Plum. HEX triplet: DC, 9E and EC. RGB value is (220,158,236). Sum of RGB (Red+Green+Blue) = 220+158+236=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EEC is #236113. Grayscale: #B9B9B9. Windows color (decimal): -2318612 or 15507164. OLE color: 15507164.

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

Color convert

RGB 220 158 236 -
CMYK 0.07 0.33 0 0.07
HSL 287.69º 0.67% 0.77% -
HSV(B) 287.69º 0.33% 0.93% -
XYZ 56.88 45.73 85.18 -
YUV 185.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 220 158 236 0.07 0.33 0 0.07 287.69 0.67 0.77
Hex DC 9E EC 7 21 0 7 120 43 4D
Octal 334 236 354 7 41 0 7 440 103 115
Binary 11011100 10011110 11101100 111 100001 0 111 100100000 1000011 1001101

Color Harmonies of #DC9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EEC

Black with #DC9EEC

Text Example


Text Example

White with #DC9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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