Html Css Color HEX #DFA6DD Plum

📋 copy color: '#DFA6DD'

red 223 ◦ green 166 ◦ blue 221

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

Shades of Plum #DFA6DD

Tints of Plum #DFA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

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

R = 36.56%
G = 27.21%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFA6DD (or 0xDFA6DD) is known color: Plum. HEX triplet: DF, A6 and DD. RGB value is (223,166,221). Sum of RGB (Red+Green+Blue) = 223+166+221=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6DD is #205922. Grayscale: #BDBDBD. Windows color (decimal): -2119971 or 14526175. OLE color: 14526175.

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

Color convert

RGB 223 166 221 -
CMYK 0 0.26 0.01 0.13
HSL 302.11º 0.47% 0.76% -
HSV(B) 302.11º 0.26% 0.87% -
XYZ 57.12 48.18 74.7 -
YUV 189.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 223 166 221 0 0.26 0.01 0.13 302.11 0.47 0.76
Hex DF A6 DD 0 1A 1 D 12E 2F 4C
Octal 337 246 335 0 32 1 15 456 57 114
Binary 11011111 10100110 11011101 0 11010 1 1101 100101110 101111 1001100

Color Harmonies of #DFA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6DD

Black with #DFA6DD

Text Example


Text Example

White with #DFA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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