Html Css Color HEX #DFA1EE Plum

📋 copy color: '#DFA1EE'

red 223 ◦ green 161 ◦ blue 238

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

Shades of Plum #DFA1EE

Tints of Plum #DFA1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 35.85%
G = 25.88%
B = 38.26%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFA1EE (or 0xDFA1EE) is known color: Plum. HEX triplet: DF, A1 and EE. RGB value is (223,161,238). Sum of RGB (Red+Green+Blue) = 223+161+238=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1EE is #205E11. Grayscale: #BCBCBC. Windows color (decimal): -2121234 or 15639007. OLE color: 15639007.

HSL color Cylindrical-coordinate representation of color #DFA1EE: hue angle of 288.31º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA1EE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 161 238 -
CMYK 0.06 0.32 0 0.07
HSL 288.31º 0.69% 0.78% -
HSV(B) 288.31º 0.32% 0.93% -
XYZ 58.61 47.35 86.94 -
YUV 188.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 223 161 238 0.06 0.32 0 0.07 288.31 0.69 0.78
Hex DF A1 EE 6 20 0 7 120 45 4E
Octal 337 241 356 6 40 0 7 440 105 116
Binary 11011111 10100001 11101110 110 100000 0 111 100100000 1000101 1001110

Color Harmonies of #DFA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1EE

Black with #DFA1EE

Text Example


Text Example

White with #DFA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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