Html Css Color HEX #DDA9DD Plum

📋 copy color: '#DDA9DD'

red 221 ◦ green 169 ◦ blue 221

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

Shades of Plum #DDA9DD

Tints of Plum #DDA9DD

RGB

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

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

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

R = 36.17%
G = 27.66%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA9DD (or 0xDDA9DD) is known color: Plum. HEX triplet: DD, A9 and DD. RGB value is (221,169,221). Sum of RGB (Red+Green+Blue) = 221+169+221=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9DD is #225622. Grayscale: #BEBEBE. Windows color (decimal): -2250275 or 14526941. OLE color: 14526941.

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

Color convert

RGB 221 169 221 -
CMYK 0 0.24 0 0.13
HSL 300º 0.43% 0.76% -
HSV(B) 300º 0.24% 0.87% -
XYZ 57.06 48.97 74.85 -
YUV 190.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 221 169 221 0 0.24 0 0.13 300 0.43 0.76
Hex DD A9 DD 0 18 0 D 12C 2B 4C
Octal 335 251 335 0 30 0 15 454 53 114
Binary 11011101 10101001 11011101 0 11000 0 1101 100101100 101011 1001100

Color Harmonies of #DDA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9DD

Black with #DDA9DD

Text Example


Text Example

White with #DDA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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