Html Css Color HEX #DFA0EC Plum

📋 copy color: '#DFA0EC'

red 223 ◦ green 160 ◦ blue 236

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

Shades of Plum #DFA0EC

Tints of Plum #DFA0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 36.03%
G = 25.85%
B = 38.13%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFA0EC (or 0xDFA0EC) is known color: Plum. HEX triplet: DF, A0 and EC. RGB value is (223,160,236). Sum of RGB (Red+Green+Blue) = 223+160+236=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0EC is #205F13. Grayscale: #BBBBBB. Windows color (decimal): -2121492 or 15507679. OLE color: 15507679.

HSL color Cylindrical-coordinate representation of color #DFA0EC: hue angle of 289.74º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA0EC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 160 236 -
CMYK 0.06 0.32 0 0.07
HSL 289.74º 0.67% 0.78% -
HSV(B) 289.74º 0.32% 0.93% -
XYZ 58.14 46.89 85.34 -
YUV 187.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 223 160 236 0.06 0.32 0 0.07 289.74 0.67 0.78
Hex DF A0 EC 6 20 0 7 122 43 4E
Octal 337 240 354 6 40 0 7 442 103 116
Binary 11011111 10100000 11101100 110 100000 0 111 100100010 1000011 1001110

Color Harmonies of #DFA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0EC

Black with #DFA0EC

Text Example


Text Example

White with #DFA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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