Html Css Color HEX #DDA9DC Plum

📋 copy color: '#DDA9DC'

red 221 ◦ green 169 ◦ blue 220

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

Shades of Plum #DDA9DC

Tints of Plum #DDA9DC

RGB

 RED value IS 221 (86.72% from 255) = 36.23%

 GREEN value IS 169 (66.41% from 255) = 27.7%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 36.23%
G = 27.7%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA9DC (or 0xDDA9DC) is known color: Plum. HEX triplet: DD, A9 and DC. RGB value is (221,169,220). Sum of RGB (Red+Green+Blue) = 221+169+220=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9DC is #225623. Grayscale: #BEBEBE. Windows color (decimal): -2250276 or 14461405. OLE color: 14461405.

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

Color convert

RGB 221 169 220 -
CMYK 0 0.24 0.00 0.13
HSL 301.15º 0.43% 0.76% -
HSV(B) 301.15º 0.24% 0.87% -
XYZ 56.93 48.92 74.15 -
YUV 190.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 221 169 220 0 0.24 0.00 0.13 301.15 0.43 0.76
Hex DD A9 DC 0 18 0 D 12D 2B 4C
Octal 335 251 334 0 30 0 15 455 53 114
Binary 11011101 10101001 11011100 0 11000 0 1101 100101101 101011 1001100

Color Harmonies of #DDA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9DC

Black with #DDA9DC

Text Example


Text Example

White with #DDA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9DC; }

 p { color: rgb(221,169,220); }

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

background-color css

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

 a { background-color: rgb(221,169,220); }

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

border-color css

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

 span { border-color: rgb(221,169,220); }

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