Html Css Color HEX #DE8EE1 Plum

📋 copy color: '#DE8EE1'

red 222 ◦ green 142 ◦ blue 225

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

Shades of Plum #DE8EE1

Tints of Plum #DE8EE1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.11%

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 37.69%
G = 24.11%
B = 38.2%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE8EE1 (or 0xDE8EE1) is known color: Plum. HEX triplet: DE, 8E and E1. RGB value is (222,142,225). Sum of RGB (Red+Green+Blue) = 222+142+225=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8EE1 is #21711E. Grayscale: #AFAFAF. Windows color (decimal): -2191647 or 14782174. OLE color: 14782174.

HSL color Cylindrical-coordinate representation of color #DE8EE1: hue angle of 297.83º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8EE1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 142 225 -
CMYK 0.01 0.37 0 0.12
HSL 297.83º 0.58% 0.72% -
HSV(B) 297.83º 0.37% 0.88% -
XYZ 53.39 40.31 76.2 -
YUV 175.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 222 142 225 0.01 0.37 0 0.12 297.83 0.58 0.72
Hex DE 8E E1 1 25 0 C 12A 3A 48
Octal 336 216 341 1 45 0 14 452 72 110
Binary 11011110 10001110 11100001 1 100101 0 1100 100101010 111010 1001000

Color Harmonies of #DE8EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8EE1

Black with #DE8EE1

Text Example


Text Example

White with #DE8EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8EE1; }

 p { color: rgb(222,142,225); }

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

background-color css

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

 a { background-color: rgb(222,142,225); }

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

border-color css

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

 span { border-color: rgb(222,142,225); }

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