Html Css Color HEX #DEA2EE Plum

📋 copy color: '#DEA2EE'

red 222 ◦ green 162 ◦ blue 238

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

Shades of Plum #DEA2EE

Tints of Plum #DEA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 35.69%
G = 26.05%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEA2EE (or 0xDEA2EE) is known color: Plum. HEX triplet: DE, A2 and EE. RGB value is (222,162,238). Sum of RGB (Red+Green+Blue) = 222+162+238=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2EE is #215D11. Grayscale: #BCBCBC. Windows color (decimal): -2186514 or 15639262. OLE color: 15639262.

HSL color Cylindrical-coordinate representation of color #DEA2EE: hue angle of 287.37º degrees, saturation: 0.69, 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 #DEA2EE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 162 238 -
CMYK 0.07 0.32 0 0.07
HSL 287.37º 0.69% 0.78% -
HSV(B) 287.37º 0.32% 0.93% -
XYZ 58.48 47.54 86.98 -
YUV 188.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 222 162 238 0.07 0.32 0 0.07 287.37 0.69 0.78
Hex DE A2 EE 7 20 0 7 11F 45 4E
Octal 336 242 356 7 40 0 7 437 105 116
Binary 11011110 10100010 11101110 111 100000 0 111 100011111 1000101 1001110

Color Harmonies of #DEA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA2EE

Black with #DEA2EE

Text Example


Text Example

White with #DEA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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