#DFA3D4

Color #DFA3D4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DFA3D4

Tints of Plum #DFA3D4

Color information

#DFA3D4 (or 0xDFA3D4) is unknown color: approx Plum. HEX triplet: DF, A3 and D4. RGB value is (223,163,212). Sum of RGB (Red+Green+Blue) = 223+163+212=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3D4 is #205C2B. Grayscale: #BABABA. Windows color (decimal): -2120748 or 13935583. OLE color: 13935583.

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

Color convert

RGB223163212-
CMYK00.270.050.13
HSL311º48.39%75.69%-
HSV(B)311º26.91%87.45%-
XYZ55.4146.6468.37-
YUV186.53142.38154.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 163 (64.06% from 255) = 27.26%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=37.29%
G=27.26%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316321200.270.050.1331148.3975.69
HexDFA3D401B5D137304c
Octal33724332403351546760114
Binary11011111101000111101010001101110111011001101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3D4; }

 p { color: rgb(223,163,212); }

 H1.HeaderClassName
 {
   color: #DFA3D4;
 }
 .AnyTagClassName
 {
   color: #DFA3D4;
 }
</style>
background-color css

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

 a { background-color: rgb(223,163,212); }

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

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

 span { border-color: rgb(223,163,212); }

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