Html Css Color HEX #DE8DE2 Plum

📋 copy color: '#DE8DE2'

red 222 ◦ green 141 ◦ blue 226

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

Shades of Plum #DE8DE2

Tints of Plum #DE8DE2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 37.69%
G = 23.94%
B = 38.37%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DE8DE2 (or 0xDE8DE2) is known color: Plum. HEX triplet: DE, 8D and E2. RGB value is (222,141,226). Sum of RGB (Red+Green+Blue) = 222+141+226=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE8DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8DE2 is #21721D. Grayscale: #AEAEAE. Windows color (decimal): -2191902 or 14847454. OLE color: 14847454.

HSL color Cylindrical-coordinate representation of color #DE8DE2: hue angle of 297.18º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8DE2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 141 226 -
CMYK 0.02 0.38 0 0.11
HSL 297.18º 0.59% 0.72% -
HSV(B) 297.18º 0.38% 0.89% -
XYZ 53.38 40.07 76.87 -
YUV 174.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 222 141 226 0.02 0.38 0 0.11 297.18 0.59 0.72
Hex DE 8D E2 2 26 0 B 129 3B 48
Octal 336 215 342 2 46 0 13 451 73 110
Binary 11011110 10001101 11100010 10 100110 0 1011 100101001 111011 1001000

Color Harmonies of #DE8DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8DE2

Black with #DE8DE2

Text Example


Text Example

White with #DE8DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8DE2; }

 p { color: rgb(222,141,226); }

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

background-color css

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

 a { background-color: rgb(222,141,226); }

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

border-color css

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

 span { border-color: rgb(222,141,226); }

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