Html Css Color HEX #DFA1DA Plum

📋 copy color: '#DFA1DA'

red 223 ◦ green 161 ◦ blue 218

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

Shades of Plum #DFA1DA

Tints of Plum #DFA1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 37.04%
G = 26.74%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFA1DA (or 0xDFA1DA) is known color: Plum. HEX triplet: DF, A1 and DA. RGB value is (223,161,218). Sum of RGB (Red+Green+Blue) = 223+161+218=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1DA is #205E25. Grayscale: #B9B9B9. Windows color (decimal): -2121254 or 14328287. OLE color: 14328287.

HSL color Cylindrical-coordinate representation of color #DFA1DA: hue angle of 304.84º 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 #DFA1DA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 218 -
CMYK 0 0.28 0.02 0.13
HSL 304.84º 0.49% 0.75% -
HSV(B) 304.84º 0.28% 0.87% -
XYZ 55.83 46.24 72.31 -
YUV 186.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 223 161 218 0 0.28 0.02 0.13 304.84 0.49 0.75
Hex DF A1 DA 0 1C 2 D 131 31 4B
Octal 337 241 332 0 34 2 15 461 61 113
Binary 11011111 10100001 11011010 0 11100 10 1101 100110001 110001 1001011

Color Harmonies of #DFA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1DA

Black with #DFA1DA

Text Example


Text Example

White with #DFA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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