Html Css Color HEX #DDA0DD Plum

📋 copy color: '#DDA0DD'

red 221 ◦ green 160 ◦ blue 221

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

Shades of Plum #DDA0DD

Tints of Plum #DDA0DD

RGB

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

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

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

R = 36.71%
G = 26.58%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA0DD (or 0xDDA0DD) is known color: Plum. HEX triplet: DD, A0 and DD. RGB value is (221,160,221). Sum of RGB (Red+Green+Blue) = 221+160+221=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DD is #225F22. Grayscale: #B9B9B9. Windows color (decimal): -2252579 or 14524637. OLE color: 14524637.

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

Color convert

RGB 221 160 221 -
CMYK 0 0.28 0 0.13
HSL 300º 0.47% 0.75% -
HSV(B) 300º 0.28% 0.87% -
XYZ 55.44 45.73 74.31 -
YUV 185.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 221 160 221 0 0.28 0 0.13 300 0.47 0.75
Hex DD A0 DD 0 1C 0 D 12C 2F 4B
Octal 335 240 335 0 34 0 15 454 57 113
Binary 11011101 10100000 11011101 0 11100 0 1101 100101100 101111 1001011

Color Harmonies of #DDA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0DD

Black with #DDA0DD

Text Example


Text Example

White with #DDA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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