Html Css Color HEX #DE9BE5 Plum

📋 copy color: '#DE9BE5'

red 222 ◦ green 155 ◦ blue 229

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

Shades of Plum #DE9BE5

Tints of Plum #DE9BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 36.63%
G = 25.58%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE9BE5 (or 0xDE9BE5) is known color: Plum. HEX triplet: DE, 9B and E5. RGB value is (222,155,229). Sum of RGB (Red+Green+Blue) = 222+155+229=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BE5 is #21641A. Grayscale: #B7B7B7. Windows color (decimal): -2188315 or 15047646. OLE color: 15047646.

HSL color Cylindrical-coordinate representation of color #DE9BE5: hue angle of 294.32º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9BE5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 155 229 -
CMYK 0.03 0.32 0 0.10
HSL 294.32º 0.59% 0.75% -
HSV(B) 294.32º 0.32% 0.9% -
XYZ 55.99 44.63 79.79 -
YUV 183.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 222 155 229 0.03 0.32 0 0.10 294.32 0.59 0.75
Hex DE 9B E5 3 20 0 A 126 3B 4B
Octal 336 233 345 3 40 0 12 446 73 113
Binary 11011110 10011011 11100101 11 100000 0 1010 100100110 111011 1001011

Color Harmonies of #DE9BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9BE5

Black with #DE9BE5

Text Example


Text Example

White with #DE9BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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