Html Css Color HEX #DEA6E4 Plum

📋 copy color: '#DEA6E4'

red 222 ◦ green 166 ◦ blue 228

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

Shades of Plum #DEA6E4

Tints of Plum #DEA6E4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.95%

 BLUE value IS 228 (89.45% from 255) = 37.01%

R = 36.04%
G = 26.95%
B = 37.01%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEA6E4 (or 0xDEA6E4) is known color: Plum. HEX triplet: DE, A6 and E4. RGB value is (222,166,228). Sum of RGB (Red+Green+Blue) = 222+166+228=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6E4 is #21591B. Grayscale: #BDBDBD. Windows color (decimal): -2185500 or 14984926. OLE color: 14984926.

HSL color Cylindrical-coordinate representation of color #DEA6E4: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA6E4 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 166 228 -
CMYK 0.03 0.27 0 0.11
HSL 294.19º 0.53% 0.77% -
HSV(B) 294.19º 0.27% 0.89% -
XYZ 57.76 48.4 79.7 -
YUV 189.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 222 166 228 0.03 0.27 0 0.11 294.19 0.53 0.77
Hex DE A6 E4 3 1B 0 B 126 35 4D
Octal 336 246 344 3 33 0 13 446 65 115
Binary 11011110 10100110 11100100 11 11011 0 1011 100100110 110101 1001101

Color Harmonies of #DEA6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6E4

Black with #DEA6E4

Text Example


Text Example

White with #DEA6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6E4; }

 p { color: rgb(222,166,228); }

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

background-color css

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

 a { background-color: rgb(222,166,228); }

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

border-color css

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

 span { border-color: rgb(222,166,228); }

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