Html Css Color HEX #DE9CDE Plum

📋 copy color: '#DE9CDE'

red 222 ◦ green 156 ◦ blue 222

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

Shades of Plum #DE9CDE

Tints of Plum #DE9CDE

RGB

 RED value IS 222 (87.11% from 255) = 37%

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

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

R = 37%
G = 26%
B = 37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE9CDE (or 0xDE9CDE) is known color: Plum. HEX triplet: DE, 9C and DE. RGB value is (222,156,222). Sum of RGB (Red+Green+Blue) = 222+156+222=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CDE is #216321. Grayscale: #B7B7B7. Windows color (decimal): -2188066 or 14589150. OLE color: 14589150.

HSL color Cylindrical-coordinate representation of color #DE9CDE: hue angle of 300º 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 #DE9CDE is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 156 222 -
CMYK 0 0.30 0 0.13
HSL 300º 0.5% 0.74% -
HSV(B) 300º 0.3% 0.87% -
XYZ 55.2 44.58 74.8 -
YUV 183.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 222 156 222 0 0.30 0 0.13 300 0.5 0.74
Hex DE 9C DE 0 1E 0 D 12C 32 4A
Octal 336 234 336 0 36 0 15 454 62 112
Binary 11011110 10011100 11011110 0 11110 0 1101 100101100 110010 1001010

Color Harmonies of #DE9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9CDE

Black with #DE9CDE

Text Example


Text Example

White with #DE9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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