Html Css Color HEX #DDA6DA Plum

📋 copy color: '#DDA6DA'

red 221 ◦ green 166 ◦ blue 218

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

Shades of Plum #DDA6DA

Tints of Plum #DDA6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.44%

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

R = 36.53%
G = 27.44%
B = 36.03%

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

#DDA6DA (or 0xDDA6DA) is known color: Plum. HEX triplet: DD, A6 and DA. RGB value is (221,166,218). Sum of RGB (Red+Green+Blue) = 221+166+218=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DA is #225925. Grayscale: #BCBCBC. Windows color (decimal): -2251046 or 14329565. OLE color: 14329565.

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

Color convert

RGB 221 166 218 -
CMYK 0 0.25 0.01 0.13
HSL 303.27º 0.45% 0.76% -
HSV(B) 303.27º 0.25% 0.87% -
XYZ 56.11 47.71 72.58 -
YUV 188.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 221 166 218 0 0.25 0.01 0.13 303.27 0.45 0.76
Hex DD A6 DA 0 19 1 D 12F 2D 4C
Octal 335 246 332 0 31 1 15 457 55 114
Binary 11011101 10100110 11011010 0 11001 1 1101 100101111 101101 1001100

Color Harmonies of #DDA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6DA

Black with #DDA6DA

Text Example


Text Example

White with #DDA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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