Html Css Color HEX #DFA1E6 Plum

📋 copy color: '#DFA1E6'

red 223 ◦ green 161 ◦ blue 230

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

Shades of Plum #DFA1E6

Tints of Plum #DFA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.22%

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 36.32%
G = 26.22%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFA1E6 (or 0xDFA1E6) is known color: Plum. HEX triplet: DF, A1 and E6. RGB value is (223,161,230). Sum of RGB (Red+Green+Blue) = 223+161+230=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1E6 is #205E19. Grayscale: #BBBBBB. Windows color (decimal): -2121242 or 15114719. OLE color: 15114719.

HSL color Cylindrical-coordinate representation of color #DFA1E6: hue angle of 293.91º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA1E6 is Cyan = 0.03, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 161 230 -
CMYK 0.03 0.3 0 0.10
HSL 293.91º 0.58% 0.77% -
HSV(B) 293.91º 0.3% 0.9% -
XYZ 57.46 46.89 80.89 -
YUV 187.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 223 161 230 0.03 0.3 0 0.10 293.91 0.58 0.77
Hex DF A1 E6 3 1E 0 A 126 3A 4D
Octal 337 241 346 3 36 0 12 446 72 115
Binary 11011111 10100001 11100110 11 11110 0 1010 100100110 111010 1001101

Color Harmonies of #DFA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1E6

Black with #DFA1E6

Text Example


Text Example

White with #DFA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1E6; }

 p { color: rgb(223,161,230); }

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

background-color css

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

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

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

border-color css

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

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

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