Html Css Color HEX #DFA2E1 Plum

📋 copy color: '#DFA2E1'

red 223 ◦ green 162 ◦ blue 225

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

Shades of Plum #DFA2E1

Tints of Plum #DFA2E1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.56%

 BLUE value IS 225 (88.28% from 255) = 36.89%

R = 36.56%
G = 26.56%
B = 36.89%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFA2E1 (or 0xDFA2E1) is known color: Plum. HEX triplet: DF, A2 and E1. RGB value is (223,162,225). Sum of RGB (Red+Green+Blue) = 223+162+225=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2E1 is #205D1E. Grayscale: #BBBBBB. Windows color (decimal): -2120991 or 14787295. OLE color: 14787295.

HSL color Cylindrical-coordinate representation of color #DFA2E1: hue angle of 298.1º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA2E1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 162 225 -
CMYK 0.01 0.28 0 0.12
HSL 298.1º 0.51% 0.76% -
HSV(B) 298.1º 0.28% 0.88% -
XYZ 56.94 46.96 77.3 -
YUV 187.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 223 162 225 0.01 0.28 0 0.12 298.1 0.51 0.76
Hex DF A2 E1 1 1C 0 C 12A 33 4C
Octal 337 242 341 1 34 0 14 452 63 114
Binary 11011111 10100010 11100001 1 11100 0 1100 100101010 110011 1001100

Color Harmonies of #DFA2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2E1

Black with #DFA2E1

Text Example


Text Example

White with #DFA2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2E1; }

 p { color: rgb(223,162,225); }

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

background-color css

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

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

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

border-color css

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

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

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