Html Css Color HEX #DEA4DF Plum

📋 copy color: '#DEA4DF'

red 222 ◦ green 164 ◦ blue 223

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

Shades of Plum #DEA4DF

Tints of Plum #DEA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.93%

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

R = 36.45%
G = 26.93%
B = 36.62%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEA4DF (or 0xDEA4DF) is known color: Plum. HEX triplet: DE, A4 and DF. RGB value is (222,164,223). Sum of RGB (Red+Green+Blue) = 222+164+223=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DF is #215B20. Grayscale: #BBBBBB. Windows color (decimal): -2186017 or 14656734. OLE color: 14656734.

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

Color convert

RGB 222 164 223 -
CMYK 0.00 0.26 0 0.13
HSL 298.98º 0.48% 0.76% -
HSV(B) 298.98º 0.26% 0.87% -
XYZ 56.72 47.41 75.97 -
YUV 188.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 222 164 223 0.00 0.26 0 0.13 298.98 0.48 0.76
Hex DE A4 DF 0 1A 0 D 12B 30 4C
Octal 336 244 337 0 32 0 15 453 60 114
Binary 11011110 10100100 11011111 0 11010 0 1101 100101011 110000 1001100

Color Harmonies of #DEA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA4DF

Black with #DEA4DF

Text Example


Text Example

White with #DEA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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