Html Css Color HEX #DDA4DC Plum

📋 copy color: '#DDA4DC'

red 221 ◦ green 164 ◦ blue 220

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

Shades of Plum #DDA4DC

Tints of Plum #DDA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

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

R = 36.53%
G = 27.11%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA4DC (or 0xDDA4DC) is known color: Plum. HEX triplet: DD, A4 and DC. RGB value is (221,164,220). Sum of RGB (Red+Green+Blue) = 221+164+220=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4DC is #225B23. Grayscale: #BBBBBB. Windows color (decimal): -2251556 or 14460125. OLE color: 14460125.

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

Color convert

RGB 221 164 220 -
CMYK 0 0.26 0.00 0.13
HSL 301.05º 0.46% 0.75% -
HSV(B) 301.05º 0.26% 0.87% -
XYZ 56.01 47.09 73.85 -
YUV 187.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 221 164 220 0 0.26 0.00 0.13 301.05 0.46 0.75
Hex DD A4 DC 0 1A 0 D 12D 2E 4B
Octal 335 244 334 0 32 0 15 455 56 113
Binary 11011101 10100100 11011100 0 11010 0 1101 100101101 101110 1001011

Color Harmonies of #DDA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4DC

Black with #DDA4DC

Text Example


Text Example

White with #DDA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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