Html Css Color HEX #DFA2DA Plum

📋 copy color: '#DFA2DA'

red 223 ◦ green 162 ◦ blue 218

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

Shades of Plum #DFA2DA

Tints of Plum #DFA2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 36.98%
G = 26.87%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFA2DA (or 0xDFA2DA) is known color: Plum. HEX triplet: DF, A2 and DA. RGB value is (223,162,218). Sum of RGB (Red+Green+Blue) = 223+162+218=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DA is #205D25. Grayscale: #BABABA. Windows color (decimal): -2120998 or 14328543. OLE color: 14328543.

HSL color Cylindrical-coordinate representation of color #DFA2DA: hue angle of 304.92º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2DA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 218 -
CMYK 0 0.27 0.02 0.13
HSL 304.92º 0.49% 0.75% -
HSV(B) 304.92º 0.27% 0.87% -
XYZ 56.01 46.59 72.37 -
YUV 186.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 223 162 218 0 0.27 0.02 0.13 304.92 0.49 0.75
Hex DF A2 DA 0 1B 2 D 131 31 4B
Octal 337 242 332 0 33 2 15 461 61 113
Binary 11011111 10100010 11011010 0 11011 10 1101 100110001 110001 1001011

Color Harmonies of #DFA2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2DA

Black with #DFA2DA

Text Example


Text Example

White with #DFA2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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