Html Css Color HEX #DE8CDB Plum

📋 copy color: '#DE8CDB'

red 222 ◦ green 140 ◦ blue 219

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

Shades of Plum #DE8CDB

Tints of Plum #DE8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.1%

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

R = 38.21%
G = 24.1%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE8CDB (or 0xDE8CDB) is known color: Plum. HEX triplet: DE, 8C and DB. RGB value is (222,140,219). Sum of RGB (Red+Green+Blue) = 222+140+219=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CDB is #217324. Grayscale: #ADADAD. Windows color (decimal): -2192165 or 14388446. OLE color: 14388446.

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

Color convert

RGB 222 140 219 -
CMYK 0 0.37 0.01 0.13
HSL 302.2º 0.55% 0.71% -
HSV(B) 302.2º 0.37% 0.87% -
XYZ 52.29 39.4 71.87 -
YUV 173.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 222 140 219 0 0.37 0.01 0.13 302.2 0.55 0.71
Hex DE 8C DB 0 25 1 D 12E 37 47
Octal 336 214 333 0 45 1 15 456 67 107
Binary 11011110 10001100 11011011 0 100101 1 1101 100101110 110111 1000111

Color Harmonies of #DE8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CDB

Black with #DE8CDB

Text Example


Text Example

White with #DE8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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