Html Css Color HEX #DFA1ED Plum

📋 copy color: '#DFA1ED'

red 223 ◦ green 161 ◦ blue 237

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

Shades of Plum #DFA1ED

Tints of Plum #DFA1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 35.91%
G = 25.93%
B = 38.16%

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

#DFA1ED (or 0xDFA1ED) is known color: Plum. HEX triplet: DF, A1 and ED. RGB value is (223,161,237). Sum of RGB (Red+Green+Blue) = 223+161+237=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1ED is #205E12. Grayscale: #BBBBBB. Windows color (decimal): -2121235 or 15573471. OLE color: 15573471.

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

Color convert

RGB 223 161 237 -
CMYK 0.06 0.32 0 0.07
HSL 288.95º 0.68% 0.78% -
HSV(B) 288.95º 0.32% 0.93% -
XYZ 58.46 47.29 86.17 -
YUV 188.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 223 161 237 0.06 0.32 0 0.07 288.95 0.68 0.78
Hex DF A1 ED 6 20 0 7 121 44 4E
Octal 337 241 355 6 40 0 7 441 104 116
Binary 11011111 10100001 11101101 110 100000 0 111 100100001 1000100 1001110

Color Harmonies of #DFA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1ED

Black with #DFA1ED

Text Example


Text Example

White with #DFA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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