Html Css Color HEX #DDAADD Plum

📋 copy color: '#DDAADD'

red 221 ◦ green 170 ◦ blue 221

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

Shades of Plum #DDAADD

Tints of Plum #DDAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.78%

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

R = 36.11%
G = 27.78%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDAADD (or 0xDDAADD) is known color: Plum. HEX triplet: DD, AA and DD. RGB value is (221,170,221). Sum of RGB (Red+Green+Blue) = 221+170+221=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADD is #225522. Grayscale: #BEBEBE. Windows color (decimal): -2250019 or 14527197. OLE color: 14527197.

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

Color convert

RGB 221 170 221 -
CMYK 0 0.23 0 0.13
HSL 300º 0.43% 0.77% -
HSV(B) 300º 0.23% 0.87% -
XYZ 57.24 49.34 74.91 -
YUV 191.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 221 170 221 0 0.23 0 0.13 300 0.43 0.77
Hex DD AA DD 0 17 0 D 12C 2B 4D
Octal 335 252 335 0 27 0 15 454 53 115
Binary 11011101 10101010 11011101 0 10111 0 1101 100101100 101011 1001101

Color Harmonies of #DDAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAADD

Black with #DDAADD

Text Example


Text Example

White with #DDAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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