Html Css Color HEX #DDA5D6 Plum

📋 copy color: '#DDA5D6'

red 221 ◦ green 165 ◦ blue 214

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

Shades of Plum #DDA5D6

Tints of Plum #DDA5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.67%

R = 36.83%
G = 27.5%
B = 35.67%

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

#DDA5D6 (or 0xDDA5D6) is known color: Plum. HEX triplet: DD, A5 and D6. RGB value is (221,165,214). Sum of RGB (Red+Green+Blue) = 221+165+214=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D6 is #225A29. Grayscale: #BBBBBB. Windows color (decimal): -2251306 or 14067165. OLE color: 14067165.

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

Color convert

RGB 221 165 214 -
CMYK 0 0.25 0.03 0.13
HSL 307.5º 0.45% 0.76% -
HSV(B) 307.5º 0.25% 0.87% -
XYZ 55.41 47.14 69.8 -
YUV 187.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 165 214 0 0.25 0.03 0.13 307.5 0.45 0.76
Hex DD A5 D6 0 19 3 D 134 2D 4C
Octal 335 245 326 0 31 3 15 464 55 114
Binary 11011101 10100101 11010110 0 11001 11 1101 100110100 101101 1001100

Color Harmonies of #DDA5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5D6

Black with #DDA5D6

Text Example


Text Example

White with #DDA5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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