Html Css Color HEX #DEA1DA Plum

📋 copy color: '#DEA1DA'

red 222 ◦ green 161 ◦ blue 218

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

Shades of Plum #DEA1DA

Tints of Plum #DEA1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.79%

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 36.94%
G = 26.79%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEA1DA (or 0xDEA1DA) is known color: Plum. HEX triplet: DE, A1 and DA. RGB value is (222,161,218). Sum of RGB (Red+Green+Blue) = 222+161+218=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1DA is #215E25. Grayscale: #B9B9B9. Windows color (decimal): -2186790 or 14328286. OLE color: 14328286.

HSL color Cylindrical-coordinate representation of color #DEA1DA: hue angle of 303.93º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA1DA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 161 218 -
CMYK 0 0.27 0.02 0.13
HSL 303.93º 0.48% 0.75% -
HSV(B) 303.93º 0.27% 0.87% -
XYZ 55.52 46.08 72.3 -
YUV 185.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 222 161 218 0 0.27 0.02 0.13 303.93 0.48 0.75
Hex DE A1 DA 0 1B 2 D 130 30 4B
Octal 336 241 332 0 33 2 15 460 60 113
Binary 11011110 10100001 11011010 0 11011 10 1101 100110000 110000 1001011

Color Harmonies of #DEA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1DA

Black with #DEA1DA

Text Example


Text Example

White with #DEA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1DA; }

 p { color: rgb(222,161,218); }

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

background-color css

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

 a { background-color: rgb(222,161,218); }

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

border-color css

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

 span { border-color: rgb(222,161,218); }

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