Html Css Color HEX #DFA7DD Plum

📋 copy color: '#DFA7DD'

red 223 ◦ green 167 ◦ blue 221

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

Shades of Plum #DFA7DD

Tints of Plum #DFA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.33%

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

R = 36.5%
G = 27.33%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFA7DD (or 0xDFA7DD) is known color: Plum. HEX triplet: DF, A7 and DD. RGB value is (223,167,221). Sum of RGB (Red+Green+Blue) = 223+167+221=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7DD is #205822. Grayscale: #BDBDBD. Windows color (decimal): -2119715 or 14526431. OLE color: 14526431.

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

Color convert

RGB 223 167 221 -
CMYK 0 0.25 0.01 0.13
HSL 302.14º 0.47% 0.76% -
HSV(B) 302.14º 0.25% 0.87% -
XYZ 57.3 48.55 74.76 -
YUV 189.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 223 167 221 0 0.25 0.01 0.13 302.14 0.47 0.76
Hex DF A7 DD 0 19 1 D 12E 2F 4C
Octal 337 247 335 0 31 1 15 456 57 114
Binary 11011111 10100111 11011101 0 11001 1 1101 100101110 101111 1001100

Color Harmonies of #DFA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7DD

Black with #DFA7DD

Text Example


Text Example

White with #DFA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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