Html Css Color HEX #DDAADC Plum

📋 copy color: '#DDAADC'

red 221 ◦ green 170 ◦ blue 220

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

Shades of Plum #DDAADC

Tints of Plum #DDAADC

RGB

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

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

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

R = 36.17%
G = 27.82%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDAADC (or 0xDDAADC) is known color: Plum. HEX triplet: DD, AA and DC. RGB value is (221,170,220). Sum of RGB (Red+Green+Blue) = 221+170+220=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADC is #225523. Grayscale: #BEBEBE. Windows color (decimal): -2250020 or 14461661. OLE color: 14461661.

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

Color convert

RGB 221 170 220 -
CMYK 0 0.23 0.00 0.13
HSL 301.18º 0.43% 0.77% -
HSV(B) 301.18º 0.23% 0.87% -
XYZ 57.11 49.29 74.21 -
YUV 190.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 221 170 220 0 0.23 0.00 0.13 301.18 0.43 0.77
Hex DD AA DC 0 17 0 D 12D 2B 4D
Octal 335 252 334 0 27 0 15 455 53 115
Binary 11011101 10101010 11011100 0 10111 0 1101 100101101 101011 1001101

Color Harmonies of #DDAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAADC

Black with #DDAADC

Text Example


Text Example

White with #DDAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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