Html Css Color HEX #DDA0E5 Plum

📋 copy color: '#DDA0E5'

red 221 ◦ green 160 ◦ blue 229

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

Shades of Plum #DDA0E5

Tints of Plum #DDA0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.23%

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 36.23%
G = 26.23%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDA0E5 (or 0xDDA0E5) is known color: Plum. HEX triplet: DD, A0 and E5. RGB value is (221,160,229). Sum of RGB (Red+Green+Blue) = 221+160+229=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0E5 is #225F1A. Grayscale: #B9B9B9. Windows color (decimal): -2252571 or 15048925. OLE color: 15048925.

HSL color Cylindrical-coordinate representation of color #DDA0E5: hue angle of 293.04º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA0E5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 160 229 -
CMYK 0.03 0.30 0 0.10
HSL 293.04º 0.57% 0.76% -
HSV(B) 293.04º 0.3% 0.9% -
XYZ 56.53 46.17 80.06 -
YUV 186.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 221 160 229 0.03 0.30 0 0.10 293.04 0.57 0.76
Hex DD A0 E5 3 1E 0 A 125 39 4C
Octal 335 240 345 3 36 0 12 445 71 114
Binary 11011101 10100000 11100101 11 11110 0 1010 100100101 111001 1001100

Color Harmonies of #DDA0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0E5

Black with #DDA0E5

Text Example


Text Example

White with #DDA0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0E5; }

 p { color: rgb(221,160,229); }

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

background-color css

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

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

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

border-color css

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

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

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