Html Css Color HEX #DFA1E4 Plum

📋 copy color: '#DFA1E4'

red 223 ◦ green 161 ◦ blue 228

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

Shades of Plum #DFA1E4

Tints of Plum #DFA1E4

RGB

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

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

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

R = 36.44%
G = 26.31%
B = 37.25%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFA1E4 (or 0xDFA1E4) is known color: Plum. HEX triplet: DF, A1 and E4. RGB value is (223,161,228). Sum of RGB (Red+Green+Blue) = 223+161+228=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1E4 is #205E1B. Grayscale: #BABABA. Windows color (decimal): -2121244 or 14983647. OLE color: 14983647.

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

Color convert

RGB 223 161 228 -
CMYK 0.02 0.29 0 0.11
HSL 295.52º 0.55% 0.76% -
HSV(B) 295.52º 0.29% 0.89% -
XYZ 57.18 46.78 79.41 -
YUV 187.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 223 161 228 0.02 0.29 0 0.11 295.52 0.55 0.76
Hex DF A1 E4 2 1D 0 B 128 37 4C
Octal 337 241 344 2 35 0 13 450 67 114
Binary 11011111 10100001 11100100 10 11101 0 1011 100101000 110111 1001100

Color Harmonies of #DFA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1E4

Black with #DFA1E4

Text Example


Text Example

White with #DFA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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