Html Css Color HEX #DE9CEB Plum

📋 copy color: '#DE9CEB'

red 222 ◦ green 156 ◦ blue 235

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

Shades of Plum #DE9CEB

Tints of Plum #DE9CEB

RGB

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

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

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

R = 36.22%
G = 25.45%
B = 38.34%

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

#DE9CEB (or 0xDE9CEB) is known color: Plum. HEX triplet: DE, 9C and EB. RGB value is (222,156,235). Sum of RGB (Red+Green+Blue) = 222+156+235=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CEB is #216314. Grayscale: #B8B8B8. Windows color (decimal): -2188053 or 15441118. OLE color: 15441118.

HSL color Cylindrical-coordinate representation of color #DE9CEB: hue angle of 290.13º 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 #DE9CEB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 156 235 -
CMYK 0.06 0.34 0 0.08
HSL 290.13º 0.66% 0.77% -
HSV(B) 290.13º 0.34% 0.92% -
XYZ 57.01 45.3 84.34 -
YUV 184.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 222 156 235 0.06 0.34 0 0.08 290.13 0.66 0.77
Hex DE 9C EB 6 22 0 8 122 42 4D
Octal 336 234 353 6 42 0 10 442 102 115
Binary 11011110 10011100 11101011 110 100010 0 1000 100100010 1000010 1001101

Color Harmonies of #DE9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9CEB

Black with #DE9CEB

Text Example


Text Example

White with #DE9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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