Html Css Color HEX #DDA8DC Plum

📋 copy color: '#DDA8DC'

red 221 ◦ green 168 ◦ blue 220

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

Shades of Plum #DDA8DC

Tints of Plum #DDA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.59%

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

R = 36.29%
G = 27.59%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA8DC (or 0xDDA8DC) is known color: Plum. HEX triplet: DD, A8 and DC. RGB value is (221,168,220). Sum of RGB (Red+Green+Blue) = 221+168+220=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8DC is #225723. Grayscale: #BDBDBD. Windows color (decimal): -2250532 or 14461149. OLE color: 14461149.

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

Color convert

RGB 221 168 220 -
CMYK 0 0.24 0.00 0.13
HSL 301.13º 0.44% 0.76% -
HSV(B) 301.13º 0.24% 0.87% -
XYZ 56.74 48.54 74.09 -
YUV 189.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 221 168 220 0 0.24 0.00 0.13 301.13 0.44 0.76
Hex DD A8 DC 0 18 0 D 12D 2C 4C
Octal 335 250 334 0 30 0 15 455 54 114
Binary 11011101 10101000 11011100 0 11000 0 1101 100101101 101100 1001100

Color Harmonies of #DDA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8DC

Black with #DDA8DC

Text Example


Text Example

White with #DDA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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