Html Css Color HEX #DFA2D2 Plum

📋 copy color: '#DFA2D2'

red 223 ◦ green 162 ◦ blue 210

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

Shades of Plum #DFA2D2

Tints of Plum #DFA2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.29%

R = 37.48%
G = 27.23%
B = 35.29%

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

#DFA2D2 (or 0xDFA2D2) is known color: Plum. HEX triplet: DF, A2 and D2. RGB value is (223,162,210). Sum of RGB (Red+Green+Blue) = 223+162+210=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2D2 is #205D2D. Grayscale: #B9B9B9. Windows color (decimal): -2121006 or 13804255. OLE color: 13804255.

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

Color convert

RGB 223 162 210 -
CMYK 0 0.27 0.06 0.13
HSL 312.79º 0.49% 0.75% -
HSV(B) 312.79º 0.27% 0.87% -
XYZ 54.98 46.18 66.99 -
YUV 185.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 223 162 210 0 0.27 0.06 0.13 312.79 0.49 0.75
Hex DF A2 D2 0 1B 6 D 139 31 4B
Octal 337 242 322 0 33 6 15 471 61 113
Binary 11011111 10100010 11010010 0 11011 110 1101 100111001 110001 1001011

Color Harmonies of #DFA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2D2

Black with #DFA2D2

Text Example


Text Example

White with #DFA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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