Html Css Color HEX #DC9CEB Plum

📋 copy color: '#DC9CEB'

red 220 ◦ green 156 ◦ blue 235

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

Shades of Plum #DC9CEB

Tints of Plum #DC9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.53%

 BLUE value IS 235 (92.19% from 255) = 38.46%

R = 36.01%
G = 25.53%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC9CEB (or 0xDC9CEB) is known color: Plum. HEX triplet: DC, 9C and EB. RGB value is (220,156,235). Sum of RGB (Red+Green+Blue) = 220+156+235=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CEB is #236314. Grayscale: #B7B7B7. Windows color (decimal): -2319125 or 15441116. OLE color: 15441116.

HSL color Cylindrical-coordinate representation of color #DC9CEB: hue angle of 288.61º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9CEB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 156 235 -
CMYK 0.06 0.34 0 0.08
HSL 288.61º 0.66% 0.77% -
HSV(B) 288.61º 0.34% 0.92% -
XYZ 56.4 44.99 84.31 -
YUV 184.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 220 156 235 0.06 0.34 0 0.08 288.61 0.66 0.77
Hex DC 9C EB 6 22 0 8 121 42 4D
Octal 334 234 353 6 42 0 10 441 102 115
Binary 11011100 10011100 11101011 110 100010 0 1000 100100001 1000010 1001101

Color Harmonies of #DC9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CEB

Black with #DC9CEB

Text Example


Text Example

White with #DC9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CEB; }

 p { color: rgb(220,156,235); }

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

background-color css

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

 a { background-color: rgb(220,156,235); }

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

border-color css

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

 span { border-color: rgb(220,156,235); }

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