Html Css Color HEX #DFA1EC Plum

📋 copy color: '#DFA1EC'

red 223 ◦ green 161 ◦ blue 236

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

Shades of Plum #DFA1EC

Tints of Plum #DFA1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 35.97%
G = 25.97%
B = 38.06%

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

#DFA1EC (or 0xDFA1EC) is known color: Plum. HEX triplet: DF, A1 and EC. RGB value is (223,161,236). Sum of RGB (Red+Green+Blue) = 223+161+236=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1EC is #205E13. Grayscale: #BBBBBB. Windows color (decimal): -2121236 or 15507935. OLE color: 15507935.

HSL color Cylindrical-coordinate representation of color #DFA1EC: hue angle of 289.6º degrees, saturation: 0.66, 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 #DFA1EC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 161 236 -
CMYK 0.06 0.32 0 0.07
HSL 289.6º 0.66% 0.78% -
HSV(B) 289.6º 0.32% 0.93% -
XYZ 58.32 47.23 85.4 -
YUV 188.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 223 161 236 0.06 0.32 0 0.07 289.6 0.66 0.78
Hex DF A1 EC 6 20 0 7 122 42 4E
Octal 337 241 354 6 40 0 7 442 102 116
Binary 11011111 10100001 11101100 110 100000 0 111 100100010 1000010 1001110

Color Harmonies of #DFA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1EC

Black with #DFA1EC

Text Example


Text Example

White with #DFA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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