Html Css Color HEX #DDA5DA Plum

📋 copy color: '#DDA5DA'

red 221 ◦ green 165 ◦ blue 218

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

Shades of Plum #DDA5DA

Tints of Plum #DDA5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 36.59%
G = 27.32%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDA5DA (or 0xDDA5DA) is known color: Plum. HEX triplet: DD, A5 and DA. RGB value is (221,165,218). Sum of RGB (Red+Green+Blue) = 221+165+218=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DA is #225A25. Grayscale: #BBBBBB. Windows color (decimal): -2251302 or 14329309. OLE color: 14329309.

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

Color convert

RGB 221 165 218 -
CMYK 0 0.25 0.01 0.13
HSL 303.21º 0.45% 0.76% -
HSV(B) 303.21º 0.25% 0.87% -
XYZ 55.93 47.34 72.52 -
YUV 187.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 221 165 218 0 0.25 0.01 0.13 303.21 0.45 0.76
Hex DD A5 DA 0 19 1 D 12F 2D 4C
Octal 335 245 332 0 31 1 15 457 55 114
Binary 11011101 10100101 11011010 0 11001 1 1101 100101111 101101 1001100

Color Harmonies of #DDA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5DA

Black with #DDA5DA

Text Example


Text Example

White with #DDA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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