Html Css Color HEX #DDA5D7 Plum

📋 copy color: '#DDA5D7'

red 221 ◦ green 165 ◦ blue 215

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

Shades of Plum #DDA5D7

Tints of Plum #DDA5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 36.77%
G = 27.45%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDA5D7 (or 0xDDA5D7) is known color: Plum. HEX triplet: DD, A5 and D7. RGB value is (221,165,215). Sum of RGB (Red+Green+Blue) = 221+165+215=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D7 is #225A28. Grayscale: #BBBBBB. Windows color (decimal): -2251305 or 14132701. OLE color: 14132701.

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

Color convert

RGB 221 165 215 -
CMYK 0 0.25 0.03 0.13
HSL 306.43º 0.45% 0.76% -
HSV(B) 306.43º 0.25% 0.87% -
XYZ 55.54 47.19 70.47 -
YUV 187.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 221 165 215 0 0.25 0.03 0.13 306.43 0.45 0.76
Hex DD A5 D7 0 19 3 D 132 2D 4C
Octal 335 245 327 0 31 3 15 462 55 114
Binary 11011101 10100101 11010111 0 11001 11 1101 100110010 101101 1001100

Color Harmonies of #DDA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5D7

Black with #DDA5D7

Text Example


Text Example

White with #DDA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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