Html Css Color HEX #DDAADB Plum

📋 copy color: '#DDAADB'

red 221 ◦ green 170 ◦ blue 219

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

Shades of Plum #DDAADB

Tints of Plum #DDAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 36.23%
G = 27.87%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDAADB (or 0xDDAADB) is known color: Plum. HEX triplet: DD, AA and DB. RGB value is (221,170,219). Sum of RGB (Red+Green+Blue) = 221+170+219=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADB is #225524. Grayscale: #BEBEBE. Windows color (decimal): -2250021 or 14396125. OLE color: 14396125.

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

Color convert

RGB 221 170 219 -
CMYK 0 0.23 0.01 0.13
HSL 302.35º 0.43% 0.77% -
HSV(B) 302.35º 0.23% 0.87% -
XYZ 56.98 49.24 73.52 -
YUV 190.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 221 170 219 0 0.23 0.01 0.13 302.35 0.43 0.77
Hex DD AA DB 0 17 1 D 12E 2B 4D
Octal 335 252 333 0 27 1 15 456 53 115
Binary 11011101 10101010 11011011 0 10111 1 1101 100101110 101011 1001101

Color Harmonies of #DDAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAADB

Black with #DDAADB

Text Example


Text Example

White with #DDAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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