Html Css Color HEX #DEA1EC Plum

📋 copy color: '#DEA1EC'

red 222 ◦ green 161 ◦ blue 236

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

Shades of Plum #DEA1EC

Tints of Plum #DEA1EC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.01%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 35.86%
G = 26.01%
B = 38.13%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEA1EC (or 0xDEA1EC) is known color: Plum. HEX triplet: DE, A1 and EC. RGB value is (222,161,236). Sum of RGB (Red+Green+Blue) = 222+161+236=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1EC is #215E13. Grayscale: #BBBBBB. Windows color (decimal): -2186772 or 15507934. OLE color: 15507934.

HSL color Cylindrical-coordinate representation of color #DEA1EC: hue angle of 288.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA1EC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 161 236 -
CMYK 0.06 0.32 0 0.07
HSL 288.8º 0.66% 0.78% -
HSV(B) 288.8º 0.32% 0.93% -
XYZ 58.01 47.08 85.39 -
YUV 187.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 222 161 236 0.06 0.32 0 0.07 288.8 0.66 0.78
Hex DE A1 EC 6 20 0 7 121 42 4E
Octal 336 241 354 6 40 0 7 441 102 116
Binary 11011110 10100001 11101100 110 100000 0 111 100100001 1000010 1001110

Color Harmonies of #DEA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1EC

Black with #DEA1EC

Text Example


Text Example

White with #DEA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1EC; }

 p { color: rgb(222,161,236); }

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

background-color css

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

 a { background-color: rgb(222,161,236); }

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

border-color css

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

 span { border-color: rgb(222,161,236); }

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