Html Css Color HEX #DDA0DC Plum

📋 copy color: '#DDA0DC'

red 221 ◦ green 160 ◦ blue 220

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

Shades of Plum #DDA0DC

Tints of Plum #DDA0DC

RGB

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

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

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

R = 36.77%
G = 26.62%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA0DC (or 0xDDA0DC) is known color: Plum. HEX triplet: DD, A0 and DC. RGB value is (221,160,220). Sum of RGB (Red+Green+Blue) = 221+160+220=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DC is #225F23. Grayscale: #B8B8B8. Windows color (decimal): -2252580 or 14459101. OLE color: 14459101.

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

Color convert

RGB 221 160 220 -
CMYK 0 0.28 0.00 0.13
HSL 300.98º 0.47% 0.75% -
HSV(B) 300.98º 0.28% 0.87% -
XYZ 55.31 45.68 73.61 -
YUV 185.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 221 160 220 0 0.28 0.00 0.13 300.98 0.47 0.75
Hex DD A0 DC 0 1C 0 D 12D 2F 4B
Octal 335 240 334 0 34 0 15 455 57 113
Binary 11011101 10100000 11011100 0 11100 0 1101 100101101 101111 1001011

Color Harmonies of #DDA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0DC

Black with #DDA0DC

Text Example


Text Example

White with #DDA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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