Html Css Color HEX #DE9BEE Plum

📋 copy color: '#DE9BEE'

red 222 ◦ green 155 ◦ blue 238

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

Shades of Plum #DE9BEE

Tints of Plum #DE9BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.2%

 BLUE value IS 238 (93.36% from 255) = 38.7%

R = 36.1%
G = 25.2%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE9BEE (or 0xDE9BEE) is known color: Plum. HEX triplet: DE, 9B and EE. RGB value is (222,155,238). Sum of RGB (Red+Green+Blue) = 222+155+238=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BEE is #216411. Grayscale: #B8B8B8. Windows color (decimal): -2188306 or 15637470. OLE color: 15637470.

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

Color convert

RGB 222 155 238 -
CMYK 0.07 0.35 0 0.07
HSL 288.43º 0.71% 0.77% -
HSV(B) 288.43º 0.35% 0.93% -
XYZ 57.28 45.15 86.58 -
YUV 184.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 222 155 238 0.07 0.35 0 0.07 288.43 0.71 0.77
Hex DE 9B EE 7 23 0 7 120 47 4D
Octal 336 233 356 7 43 0 7 440 107 115
Binary 11011110 10011011 11101110 111 100011 0 111 100100000 1000111 1001101

Color Harmonies of #DE9BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9BEE

Black with #DE9BEE

Text Example


Text Example

White with #DE9BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9BEE; }

 p { color: rgb(222,155,238); }

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

background-color css

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

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

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

border-color css

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

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

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