Html Css Color HEX #DE9EDB Plum

📋 copy color: '#DE9EDB'

red 222 ◦ green 158 ◦ blue 219

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

Shades of Plum #DE9EDB

Tints of Plum #DE9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.38%

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 37.06%
G = 26.38%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE9EDB (or 0xDE9EDB) is known color: Plum. HEX triplet: DE, 9E and DB. RGB value is (222,158,219). Sum of RGB (Red+Green+Blue) = 222+158+219=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDB is #216124. Grayscale: #B7B7B7. Windows color (decimal): -2187557 or 14393054. OLE color: 14393054.

HSL color Cylindrical-coordinate representation of color #DE9EDB: hue angle of 302.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9EDB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 158 219 -
CMYK 0 0.29 0.01 0.13
HSL 302.81º 0.49% 0.75% -
HSV(B) 302.81º 0.29% 0.87% -
XYZ 55.14 45.1 72.82 -
YUV 184.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 222 158 219 0 0.29 0.01 0.13 302.81 0.49 0.75
Hex DE 9E DB 0 1D 1 D 12F 31 4B
Octal 336 236 333 0 35 1 15 457 61 113
Binary 11011110 10011110 11011011 0 11101 1 1101 100101111 110001 1001011

Color Harmonies of #DE9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9EDB

Black with #DE9EDB

Text Example


Text Example

White with #DE9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9EDB; }

 p { color: rgb(222,158,219); }

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

background-color css

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

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

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

border-color css

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

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

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