Html Css Color HEX #DFA0DD Plum

📋 copy color: '#DFA0DD'

red 223 ◦ green 160 ◦ blue 221

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

Shades of Plum #DFA0DD

Tints of Plum #DFA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.49%

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 36.92%
G = 26.49%
B = 36.59%

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

#DFA0DD (or 0xDFA0DD) is known color: Plum. HEX triplet: DF, A0 and DD. RGB value is (223,160,221). Sum of RGB (Red+Green+Blue) = 223+160+221=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DD is #205F22. Grayscale: #B9B9B9. Windows color (decimal): -2121507 or 14524639. OLE color: 14524639.

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

Color convert

RGB 223 160 221 -
CMYK 0 0.28 0.01 0.13
HSL 301.9º 0.5% 0.75% -
HSV(B) 301.9º 0.28% 0.87% -
XYZ 56.05 46.05 74.34 -
YUV 185.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 223 160 221 0 0.28 0.01 0.13 301.9 0.5 0.75
Hex DF A0 DD 0 1C 1 D 12E 32 4B
Octal 337 240 335 0 34 1 15 456 62 113
Binary 11011111 10100000 11011101 0 11100 1 1101 100101110 110010 1001011

Color Harmonies of #DFA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0DD

Black with #DFA0DD

Text Example


Text Example

White with #DFA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0DD; }

 p { color: rgb(223,160,221); }

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

background-color css

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

 a { background-color: rgb(223,160,221); }

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

border-color css

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

 span { border-color: rgb(223,160,221); }

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