Html Css Color HEX #DFA1E0 Plum

📋 copy color: '#DFA1E0'

red 223 ◦ green 161 ◦ blue 224

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

Shades of Plum #DFA1E0

Tints of Plum #DFA1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 36.68%
G = 26.48%
B = 36.84%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFA1E0 (or 0xDFA1E0) is known color: Plum. HEX triplet: DF, A1 and E0. RGB value is (223,161,224). Sum of RGB (Red+Green+Blue) = 223+161+224=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1E0 is #205E1F. Grayscale: #BABABA. Windows color (decimal): -2121248 or 14721503. OLE color: 14721503.

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

Color convert

RGB 223 161 224 -
CMYK 0.00 0.28 0 0.12
HSL 299.05º 0.5% 0.75% -
HSV(B) 299.05º 0.28% 0.88% -
XYZ 56.63 46.56 76.52 -
YUV 186.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 223 161 224 0.00 0.28 0 0.12 299.05 0.5 0.75
Hex DF A1 E0 0 1C 0 C 12B 32 4B
Octal 337 241 340 0 34 0 14 453 62 113
Binary 11011111 10100001 11100000 0 11100 0 1100 100101011 110010 1001011

Color Harmonies of #DFA1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1E0

Black with #DFA1E0

Text Example


Text Example

White with #DFA1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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