Html Css Color HEX #DFA0E4 Plum

📋 copy color: '#DFA0E4'

red 223 ◦ green 160 ◦ blue 228

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

Shades of Plum #DFA0E4

Tints of Plum #DFA0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 36.5%
G = 26.19%
B = 37.32%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFA0E4 (or 0xDFA0E4) is known color: Plum. HEX triplet: DF, A0 and E4. RGB value is (223,160,228). Sum of RGB (Red+Green+Blue) = 223+160+228=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0E4 is #205F1B. Grayscale: #BABABA. Windows color (decimal): -2121500 or 14983391. OLE color: 14983391.

HSL color Cylindrical-coordinate representation of color #DFA0E4: hue angle of 295.59º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA0E4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 160 228 -
CMYK 0.02 0.30 0 0.11
HSL 295.59º 0.56% 0.76% -
HSV(B) 295.59º 0.3% 0.89% -
XYZ 57.01 46.43 79.36 -
YUV 186.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 223 160 228 0.02 0.30 0 0.11 295.59 0.56 0.76
Hex DF A0 E4 2 1E 0 B 128 38 4C
Octal 337 240 344 2 36 0 13 450 70 114
Binary 11011111 10100000 11100100 10 11110 0 1011 100101000 111000 1001100

Color Harmonies of #DFA0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0E4

Black with #DFA0E4

Text Example


Text Example

White with #DFA0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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