Html Css Color HEX #DDA8DD Plum

📋 copy color: '#DDA8DD'

red 221 ◦ green 168 ◦ blue 221

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

Shades of Plum #DDA8DD

Tints of Plum #DDA8DD

RGB

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

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

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

R = 36.23%
G = 27.54%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA8DD (or 0xDDA8DD) is known color: Plum. HEX triplet: DD, A8 and DD. RGB value is (221,168,221). Sum of RGB (Red+Green+Blue) = 221+168+221=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8DD is #225722. Grayscale: #BDBDBD. Windows color (decimal): -2250531 or 14526685. OLE color: 14526685.

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

Color convert

RGB 221 168 221 -
CMYK 0 0.24 0 0.13
HSL 300º 0.44% 0.76% -
HSV(B) 300º 0.24% 0.87% -
XYZ 56.87 48.6 74.79 -
YUV 189.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 221 168 221 0 0.24 0 0.13 300 0.44 0.76
Hex DD A8 DD 0 18 0 D 12C 2C 4C
Octal 335 250 335 0 30 0 15 454 54 114
Binary 11011101 10101000 11011101 0 11000 0 1101 100101100 101100 1001100

Color Harmonies of #DDA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8DD

Black with #DDA8DD

Text Example


Text Example

White with #DDA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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