Html Css Color HEX #DFA8DF Plum

📋 copy color: '#DFA8DF'

red 223 ◦ green 168 ◦ blue 223

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

Shades of Plum #DFA8DF

Tints of Plum #DFA8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.36%

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 36.32%
G = 27.36%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFA8DF (or 0xDFA8DF) is known color: Plum. HEX triplet: DF, A8 and DF. RGB value is (223,168,223). Sum of RGB (Red+Green+Blue) = 223+168+223=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DF is #205720. Grayscale: #BEBEBE. Windows color (decimal): -2119457 or 14657759. OLE color: 14657759.

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

Color convert

RGB 223 168 223 -
CMYK 0 0.25 0 0.13
HSL 300º 0.46% 0.77% -
HSV(B) 300º 0.25% 0.87% -
XYZ 57.75 49.02 76.23 -
YUV 190.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 223 168 223 0 0.25 0 0.13 300 0.46 0.77
Hex DF A8 DF 0 19 0 D 12C 2E 4D
Octal 337 250 337 0 31 0 15 454 56 115
Binary 11011111 10101000 11011111 0 11001 0 1101 100101100 101110 1001101

Color Harmonies of #DFA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8DF

Black with #DFA8DF

Text Example


Text Example

White with #DFA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8DF; }

 p { color: rgb(223,168,223); }

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

background-color css

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

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

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

border-color css

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

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

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