Html Css Color HEX #DFA2D8 Plum

📋 copy color: '#DFA2D8'

red 223 ◦ green 162 ◦ blue 216

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

Shades of Plum #DFA2D8

Tints of Plum #DFA2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 37.1%
G = 26.96%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFA2D8 (or 0xDFA2D8) is known color: Plum. HEX triplet: DF, A2 and D8. RGB value is (223,162,216). Sum of RGB (Red+Green+Blue) = 223+162+216=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2D8 is #205D27. Grayscale: #BABABA. Windows color (decimal): -2121000 or 14197471. OLE color: 14197471.

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

Color convert

RGB 223 162 216 -
CMYK 0 0.27 0.03 0.13
HSL 306.89º 0.49% 0.75% -
HSV(B) 306.89º 0.27% 0.87% -
XYZ 55.75 46.49 71 -
YUV 186.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 223 162 216 0 0.27 0.03 0.13 306.89 0.49 0.75
Hex DF A2 D8 0 1B 3 D 133 31 4B
Octal 337 242 330 0 33 3 15 463 61 113
Binary 11011111 10100010 11011000 0 11011 11 1101 100110011 110001 1001011

Color Harmonies of #DFA2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2D8

Black with #DFA2D8

Text Example


Text Example

White with #DFA2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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