Html Css Color HEX #DFA1E1 Plum

📋 copy color: '#DFA1E1'

red 223 ◦ green 161 ◦ blue 225

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

Shades of Plum #DFA1E1

Tints of Plum #DFA1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.95%

R = 36.62%
G = 26.44%
B = 36.95%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFA1E1 (or 0xDFA1E1) is known color: Plum. HEX triplet: DF, A1 and E1. RGB value is (223,161,225). Sum of RGB (Red+Green+Blue) = 223+161+225=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1E1 is #205E1E. Grayscale: #BABABA. Windows color (decimal): -2121247 or 14787039. OLE color: 14787039.

HSL color Cylindrical-coordinate representation of color #DFA1E1: hue angle of 298.12º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA1E1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 161 225 -
CMYK 0.01 0.28 0 0.12
HSL 298.13º 0.52% 0.76% -
HSV(B) 298.13º 0.28% 0.88% -
XYZ 56.77 46.61 77.24 -
YUV 186.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 223 161 225 0.01 0.28 0 0.12 298.13 0.52 0.76
Hex DF A1 E1 1 1C 0 C 12A 34 4C
Octal 337 241 341 1 34 0 14 452 64 114
Binary 11011111 10100001 11100001 1 11100 0 1100 100101010 110100 1001100

Color Harmonies of #DFA1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1E1

Black with #DFA1E1

Text Example


Text Example

White with #DFA1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1E1; }

 p { color: rgb(223,161,225); }

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

background-color css

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

 a { background-color: rgb(223,161,225); }

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

border-color css

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

 span { border-color: rgb(223,161,225); }

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