Html Css Color HEX #DFA2D1 Plum

📋 copy color: '#DFA2D1'

red 223 ◦ green 162 ◦ blue 209

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

Shades of Plum #DFA2D1

Tints of Plum #DFA2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 37.54%
G = 27.27%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFA2D1 (or 0xDFA2D1) is known color: Plum. HEX triplet: DF, A2 and D1. RGB value is (223,162,209). Sum of RGB (Red+Green+Blue) = 223+162+209=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2D1 is #205D2E. Grayscale: #B9B9B9. Windows color (decimal): -2121007 or 13738719. OLE color: 13738719.

HSL color Cylindrical-coordinate representation of color #DFA2D1: hue angle of 313.77º 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 #DFA2D1 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 209 -
CMYK 0 0.27 0.06 0.13
HSL 313.77º 0.49% 0.75% -
HSV(B) 313.77º 0.27% 0.87% -
XYZ 54.86 46.13 66.33 -
YUV 185.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 223 162 209 0 0.27 0.06 0.13 313.77 0.49 0.75
Hex DF A2 D1 0 1B 6 D 13A 31 4B
Octal 337 242 321 0 33 6 15 472 61 113
Binary 11011111 10100010 11010001 0 11011 110 1101 100111010 110001 1001011

Color Harmonies of #DFA2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2D1

Black with #DFA2D1

Text Example


Text Example

White with #DFA2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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