Html Css Color HEX #DEA7E4 Plum

📋 copy color: '#DEA7E4'

red 222 ◦ green 167 ◦ blue 228

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

Shades of Plum #DEA7E4

Tints of Plum #DEA7E4

RGB

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

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

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

R = 35.98%
G = 27.07%
B = 36.95%

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

#DEA7E4 (or 0xDEA7E4) is known color: Plum. HEX triplet: DE, A7 and E4. RGB value is (222,167,228). Sum of RGB (Red+Green+Blue) = 222+167+228=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7E4 is #21581B. Grayscale: #BEBEBE. Windows color (decimal): -2185244 or 14985182. OLE color: 14985182.

HSL color Cylindrical-coordinate representation of color #DEA7E4: hue angle of 294.1º 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 #DEA7E4 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 167 228 -
CMYK 0.03 0.27 0 0.11
HSL 294.1º 0.53% 0.77% -
HSV(B) 294.1º 0.27% 0.89% -
XYZ 57.95 48.77 79.76 -
YUV 190.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 222 167 228 0.03 0.27 0 0.11 294.1 0.53 0.77
Hex DE A7 E4 3 1B 0 B 126 35 4D
Octal 336 247 344 3 33 0 13 446 65 115
Binary 11011110 10100111 11100100 11 11011 0 1011 100100110 110101 1001101

Color Harmonies of #DEA7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7E4

Black with #DEA7E4

Text Example


Text Example

White with #DEA7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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