Html Css Color HEX #DC9CDE Plum

📋 copy color: '#DC9CDE'

red 220 ◦ green 156 ◦ blue 222

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

Shades of Plum #DC9CDE

Tints of Plum #DC9CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 36.79%
G = 26.09%
B = 37.12%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9CDE (or 0xDC9CDE) is known color: Plum. HEX triplet: DC, 9C and DE. RGB value is (220,156,222). Sum of RGB (Red+Green+Blue) = 220+156+222=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDE is #236321. Grayscale: #B6B6B6. Windows color (decimal): -2319138 or 14589148. OLE color: 14589148.

HSL color Cylindrical-coordinate representation of color #DC9CDE: hue angle of 298.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9CDE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 156 222 -
CMYK 0.01 0.30 0 0.13
HSL 298.18º 0.5% 0.74% -
HSV(B) 298.18º 0.3% 0.87% -
XYZ 54.59 44.27 74.77 -
YUV 182.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 220 156 222 0.01 0.30 0 0.13 298.18 0.5 0.74
Hex DC 9C DE 1 1E 0 D 12A 32 4A
Octal 334 234 336 1 36 0 15 452 62 112
Binary 11011100 10011100 11011110 1 11110 0 1101 100101010 110010 1001010

Color Harmonies of #DC9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CDE

Black with #DC9CDE

Text Example


Text Example

White with #DC9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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