Html Css Color HEX #DDA0E0 Plum

📋 copy color: '#DDA0E0'

red 221 ◦ green 160 ◦ blue 224

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

Shades of Plum #DDA0E0

Tints of Plum #DDA0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 36.53%
G = 26.45%
B = 37.02%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDA0E0 (or 0xDDA0E0) is known color: Plum. HEX triplet: DD, A0 and E0. RGB value is (221,160,224). Sum of RGB (Red+Green+Blue) = 221+160+224=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0E0 is #225F1F. Grayscale: #B9B9B9. Windows color (decimal): -2252576 or 14721245. OLE color: 14721245.

HSL color Cylindrical-coordinate representation of color #DDA0E0: hue angle of 297.19º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA0E0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 160 224 -
CMYK 0.01 0.29 0 0.12
HSL 297.19º 0.51% 0.75% -
HSV(B) 297.19º 0.29% 0.88% -
XYZ 55.84 45.9 76.44 -
YUV 185.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 221 160 224 0.01 0.29 0 0.12 297.19 0.51 0.75
Hex DD A0 E0 1 1D 0 C 129 33 4B
Octal 335 240 340 1 35 0 14 451 63 113
Binary 11011101 10100000 11100000 1 11101 0 1100 100101001 110011 1001011

Color Harmonies of #DDA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0E0

Black with #DDA0E0

Text Example


Text Example

White with #DDA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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