Html Css Color HEX #DEA7EA Plum

📋 copy color: '#DEA7EA'

red 222 ◦ green 167 ◦ blue 234

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

Shades of Plum #DEA7EA

Tints of Plum #DEA7EA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.81%

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

R = 35.63%
G = 26.81%
B = 37.56%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEA7EA (or 0xDEA7EA) is known color: Plum. HEX triplet: DE, A7 and EA. RGB value is (222,167,234). Sum of RGB (Red+Green+Blue) = 222+167+234=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7EA is #215815. Grayscale: #BEBEBE. Windows color (decimal): -2185238 or 15378398. OLE color: 15378398.

HSL color Cylindrical-coordinate representation of color #DEA7EA: hue angle of 289.25º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA7EA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 167 234 -
CMYK 0.05 0.29 0 0.08
HSL 289.25º 0.61% 0.79% -
HSV(B) 289.25º 0.29% 0.92% -
XYZ 58.79 49.11 84.22 -
YUV 191.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 222 167 234 0.05 0.29 0 0.08 289.25 0.61 0.79
Hex DE A7 EA 5 1D 0 8 121 3D 4F
Octal 336 247 352 5 35 0 10 441 75 117
Binary 11011110 10100111 11101010 101 11101 0 1000 100100001 111101 1001111

Color Harmonies of #DEA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7EA

Black with #DEA7EA

Text Example


Text Example

White with #DEA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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