Html Css Color HEX #DDA5DD Plum

📋 copy color: '#DDA5DD'

red 221 ◦ green 165 ◦ blue 221

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

Shades of Plum #DDA5DD

Tints of Plum #DDA5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.18%

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

R = 36.41%
G = 27.18%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA5DD (or 0xDDA5DD) is known color: Plum. HEX triplet: DD, A5 and DD. RGB value is (221,165,221). Sum of RGB (Red+Green+Blue) = 221+165+221=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DD is #225A22. Grayscale: #BBBBBB. Windows color (decimal): -2251299 or 14525917. OLE color: 14525917.

HSL color Cylindrical-coordinate representation of color #DDA5DD: hue angle of 300º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5DD is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 221 -
CMYK 0 0.25 0 0.13
HSL 300º 0.45% 0.76% -
HSV(B) 300º 0.25% 0.87% -
XYZ 56.33 47.5 74.61 -
YUV 188.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 221 165 221 0 0.25 0 0.13 300 0.45 0.76
Hex DD A5 DD 0 19 0 D 12C 2D 4C
Octal 335 245 335 0 31 0 15 454 55 114
Binary 11011101 10100101 11011101 0 11001 0 1101 100101100 101101 1001100

Color Harmonies of #DDA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5DD

Black with #DDA5DD

Text Example


Text Example

White with #DDA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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