Html Css Color HEX #DEA1EF Plum

📋 copy color: '#DEA1EF'

red 222 ◦ green 161 ◦ blue 239

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

Shades of Plum #DEA1EF

Tints of Plum #DEA1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 35.69%
G = 25.88%
B = 38.42%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEA1EF (or 0xDEA1EF) is known color: Plum. HEX triplet: DE, A1 and EF. RGB value is (222,161,239). Sum of RGB (Red+Green+Blue) = 222+161+239=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1EF is #215E10. Grayscale: #BBBBBB. Windows color (decimal): -2186769 or 15704542. OLE color: 15704542.

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

Color convert

RGB 222 161 239 -
CMYK 0.07 0.33 0 0.06
HSL 286.92º 0.71% 0.78% -
HSV(B) 286.92º 0.33% 0.94% -
XYZ 58.45 47.25 87.7 -
YUV 188.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 222 161 239 0.07 0.33 0 0.06 286.92 0.71 0.78
Hex DE A1 EF 7 21 0 6 11F 47 4E
Octal 336 241 357 7 41 0 6 437 107 116
Binary 11011110 10100001 11101111 111 100001 0 110 100011111 1000111 1001110

Color Harmonies of #DEA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1EF

Black with #DEA1EF

Text Example


Text Example

White with #DEA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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