Html Css Color HEX #DEA2EC Plum

📋 copy color: '#DEA2EC'

red 222 ◦ green 162 ◦ blue 236

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

Shades of Plum #DEA2EC

Tints of Plum #DEA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.13%

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

R = 35.81%
G = 26.13%
B = 38.06%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEA2EC (or 0xDEA2EC) is known color: Plum. HEX triplet: DE, A2 and EC. RGB value is (222,162,236). Sum of RGB (Red+Green+Blue) = 222+162+236=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2EC is #215D13. Grayscale: #BCBCBC. Windows color (decimal): -2186516 or 15508190. OLE color: 15508190.

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

Color convert

RGB 222 162 236 -
CMYK 0.06 0.31 0 0.07
HSL 288.65º 0.66% 0.78% -
HSV(B) 288.65º 0.31% 0.93% -
XYZ 58.18 47.43 85.44 -
YUV 188.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 222 162 236 0.06 0.31 0 0.07 288.65 0.66 0.78
Hex DE A2 EC 6 1F 0 7 121 42 4E
Octal 336 242 354 6 37 0 7 441 102 116
Binary 11011110 10100010 11101100 110 11111 0 111 100100001 1000010 1001110

Color Harmonies of #DEA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA2EC

Black with #DEA2EC

Text Example


Text Example

White with #DEA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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