Html Css Color HEX #DFA2D7 Plum

📋 copy color: '#DFA2D7'

red 223 ◦ green 162 ◦ blue 215

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

Shades of Plum #DFA2D7

Tints of Plum #DFA2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 37.17%
G = 27%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFA2D7 (or 0xDFA2D7) is known color: Plum. HEX triplet: DF, A2 and D7. RGB value is (223,162,215). Sum of RGB (Red+Green+Blue) = 223+162+215=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2D7 is #205D28. Grayscale: #BABABA. Windows color (decimal): -2121001 or 14131935. OLE color: 14131935.

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

Color convert

RGB 223 162 215 -
CMYK 0 0.27 0.04 0.13
HSL 307.87º 0.49% 0.75% -
HSV(B) 307.87º 0.27% 0.87% -
XYZ 55.62 46.43 70.32 -
YUV 186.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 223 162 215 0 0.27 0.04 0.13 307.87 0.49 0.75
Hex DF A2 D7 0 1B 4 D 134 31 4B
Octal 337 242 327 0 33 4 15 464 61 113
Binary 11011111 10100010 11010111 0 11011 100 1101 100110100 110001 1001011

Color Harmonies of #DFA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2D7

Black with #DFA2D7

Text Example


Text Example

White with #DFA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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