Html Css Color HEX #DEA3EA Plum

📋 copy color: '#DEA3EA'

red 222 ◦ green 163 ◦ blue 234

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

Shades of Plum #DEA3EA

Tints of Plum #DEA3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.33%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 35.86%
G = 26.33%
B = 37.8%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEA3EA (or 0xDEA3EA) is known color: Plum. HEX triplet: DE, A3 and EA. RGB value is (222,163,234). Sum of RGB (Red+Green+Blue) = 222+163+234=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3EA is #215C15. Grayscale: #BCBCBC. Windows color (decimal): -2186262 or 15377374. OLE color: 15377374.

HSL color Cylindrical-coordinate representation of color #DEA3EA: hue angle of 289.86º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA3EA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 163 234 -
CMYK 0.05 0.30 0 0.08
HSL 289.86º 0.63% 0.78% -
HSV(B) 289.86º 0.3% 0.92% -
XYZ 58.07 47.66 83.98 -
YUV 188.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 222 163 234 0.05 0.30 0 0.08 289.86 0.63 0.78
Hex DE A3 EA 5 1E 0 8 122 3F 4E
Octal 336 243 352 5 36 0 10 442 77 116
Binary 11011110 10100011 11101010 101 11110 0 1000 100100010 111111 1001110

Color Harmonies of #DEA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA3EA

Black with #DEA3EA

Text Example


Text Example

White with #DEA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA3EA; }

 p { color: rgb(222,163,234); }

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

background-color css

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

 a { background-color: rgb(222,163,234); }

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

border-color css

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

 span { border-color: rgb(222,163,234); }

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