Html Css Color HEX #DFA1DC Plum

📋 copy color: '#DFA1DC'

red 223 ◦ green 161 ◦ blue 220

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

Shades of Plum #DFA1DC

Tints of Plum #DFA1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 36.92%
G = 26.66%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFA1DC (or 0xDFA1DC) is known color: Plum. HEX triplet: DF, A1 and DC. RGB value is (223,161,220). Sum of RGB (Red+Green+Blue) = 223+161+220=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1DC is #205E23. Grayscale: #BABABA. Windows color (decimal): -2121252 or 14459359. OLE color: 14459359.

HSL color Cylindrical-coordinate representation of color #DFA1DC: hue angle of 302.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA1DC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 220 -
CMYK 0 0.28 0.01 0.13
HSL 302.9º 0.49% 0.75% -
HSV(B) 302.9º 0.28% 0.87% -
XYZ 56.09 46.35 73.7 -
YUV 186.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 223 161 220 0 0.28 0.01 0.13 302.9 0.49 0.75
Hex DF A1 DC 0 1C 1 D 12F 31 4B
Octal 337 241 334 0 34 1 15 457 61 113
Binary 11011111 10100001 11011100 0 11100 1 1101 100101111 110001 1001011

Color Harmonies of #DFA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1DC

Black with #DFA1DC

Text Example


Text Example

White with #DFA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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