Html Css Color HEX #DDA6DC Plum

📋 copy color: '#DDA6DC'

red 221 ◦ green 166 ◦ blue 220

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

Shades of Plum #DDA6DC

Tints of Plum #DDA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 36.41%
G = 27.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA6DC (or 0xDDA6DC) is known color: Plum. HEX triplet: DD, A6 and DC. RGB value is (221,166,220). Sum of RGB (Red+Green+Blue) = 221+166+220=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DC is #225923. Grayscale: #BCBCBC. Windows color (decimal): -2251044 or 14460637. OLE color: 14460637.

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

Color convert

RGB 221 166 220 -
CMYK 0 0.25 0.00 0.13
HSL 301.09º 0.45% 0.76% -
HSV(B) 301.09º 0.25% 0.87% -
XYZ 56.37 47.81 73.97 -
YUV 188.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 221 166 220 0 0.25 0.00 0.13 301.09 0.45 0.76
Hex DD A6 DC 0 19 0 D 12D 2D 4C
Octal 335 246 334 0 31 0 15 455 55 114
Binary 11011101 10100110 11011100 0 11001 0 1101 100101101 101101 1001100

Color Harmonies of #DDA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6DC

Black with #DDA6DC

Text Example


Text Example

White with #DDA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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