Html Css Color HEX #DEA8DF Plum

📋 copy color: '#DEA8DF'

red 222 ◦ green 168 ◦ blue 223

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

Shades of Plum #DEA8DF

Tints of Plum #DEA8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.41%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 36.22%
G = 27.41%
B = 36.38%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEA8DF (or 0xDEA8DF) is known color: Plum. HEX triplet: DE, A8 and DF. RGB value is (222,168,223). Sum of RGB (Red+Green+Blue) = 222+168+223=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8DF is #215720. Grayscale: #BEBEBE. Windows color (decimal): -2184993 or 14657758. OLE color: 14657758.

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

Color convert

RGB 222 168 223 -
CMYK 0.00 0.25 0 0.13
HSL 298.91º 0.46% 0.77% -
HSV(B) 298.91º 0.25% 0.87% -
XYZ 57.45 48.86 76.22 -
YUV 190.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 222 168 223 0.00 0.25 0 0.13 298.91 0.46 0.77
Hex DE A8 DF 0 19 0 D 12B 2E 4D
Octal 336 250 337 0 31 0 15 453 56 115
Binary 11011110 10101000 11011111 0 11001 0 1101 100101011 101110 1001101

Color Harmonies of #DEA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8DF

Black with #DEA8DF

Text Example


Text Example

White with #DEA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8DF; }

 p { color: rgb(222,168,223); }

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

background-color css

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

 a { background-color: rgb(222,168,223); }

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

border-color css

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

 span { border-color: rgb(222,168,223); }

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