Html Css Color HEX #DFA2DD Plum

📋 copy color: '#DFA2DD'

red 223 ◦ green 162 ◦ blue 221

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

Shades of Plum #DFA2DD

Tints of Plum #DFA2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 36.8%
G = 26.73%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFA2DD (or 0xDFA2DD) is known color: Plum. HEX triplet: DF, A2 and DD. RGB value is (223,162,221). Sum of RGB (Red+Green+Blue) = 223+162+221=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DD is #205D22. Grayscale: #BABABA. Windows color (decimal): -2120995 or 14525151. OLE color: 14525151.

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

Color convert

RGB 223 162 221 -
CMYK 0 0.27 0.01 0.13
HSL 301.97º 0.49% 0.75% -
HSV(B) 301.97º 0.27% 0.87% -
XYZ 56.4 46.75 74.46 -
YUV 186.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 223 162 221 0 0.27 0.01 0.13 301.97 0.49 0.75
Hex DF A2 DD 0 1B 1 D 12E 31 4B
Octal 337 242 335 0 33 1 15 456 61 113
Binary 11011111 10100010 11011101 0 11011 1 1101 100101110 110001 1001011

Color Harmonies of #DFA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2DD

Black with #DFA2DD

Text Example


Text Example

White with #DFA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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