Html Css Color HEX #DEA6DA Plum

📋 copy color: '#DEA6DA'

red 222 ◦ green 166 ◦ blue 218

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

Shades of Plum #DEA6DA

Tints of Plum #DEA6DA

RGB

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

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

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

R = 36.63%
G = 27.39%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEA6DA (or 0xDEA6DA) is known color: Plum. HEX triplet: DE, A6 and DA. RGB value is (222,166,218). Sum of RGB (Red+Green+Blue) = 222+166+218=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6DA is #215925. Grayscale: #BCBCBC. Windows color (decimal): -2185510 or 14329566. OLE color: 14329566.

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

Color convert

RGB 222 166 218 -
CMYK 0 0.25 0.02 0.13
HSL 304.29º 0.46% 0.76% -
HSV(B) 304.29º 0.25% 0.87% -
XYZ 56.42 47.86 72.59 -
YUV 188.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 222 166 218 0 0.25 0.02 0.13 304.29 0.46 0.76
Hex DE A6 DA 0 19 2 D 130 2E 4C
Octal 336 246 332 0 31 2 15 460 56 114
Binary 11011110 10100110 11011010 0 11001 10 1101 100110000 101110 1001100

Color Harmonies of #DEA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6DA

Black with #DEA6DA

Text Example


Text Example

White with #DEA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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