Html Css Color HEX #DFA3DD Plum

📋 copy color: '#DFA3DD'

red 223 ◦ green 163 ◦ blue 221

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

Shades of Plum #DFA3DD

Tints of Plum #DFA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.85%

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

R = 36.74%
G = 26.85%
B = 36.41%

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

#DFA3DD (or 0xDFA3DD) is known color: Plum. HEX triplet: DF, A3 and DD. RGB value is (223,163,221). Sum of RGB (Red+Green+Blue) = 223+163+221=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3DD is #205C22. Grayscale: #BBBBBB. Windows color (decimal): -2120739 or 14525407. OLE color: 14525407.

HSL color Cylindrical-coordinate representation of color #DFA3DD: hue angle of 302º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA3DD is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 221 -
CMYK 0 0.27 0.01 0.13
HSL 302º 0.48% 0.76% -
HSV(B) 302º 0.27% 0.87% -
XYZ 56.58 47.1 74.52 -
YUV 187.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 223 163 221 0 0.27 0.01 0.13 302 0.48 0.76
Hex DF A3 DD 0 1B 1 D 12E 30 4C
Octal 337 243 335 0 33 1 15 456 60 114
Binary 11011111 10100011 11011101 0 11011 1 1101 100101110 110000 1001100

Color Harmonies of #DFA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA3DD

Black with #DFA3DD

Text Example


Text Example

White with #DFA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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