Html Css Color HEX #DDA7DC Plum

📋 copy color: '#DDA7DC'

red 221 ◦ green 167 ◦ blue 220

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

Shades of Plum #DDA7DC

Tints of Plum #DDA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.47%

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

R = 36.35%
G = 27.47%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA7DC (or 0xDDA7DC) is known color: Plum. HEX triplet: DD, A7 and DC. RGB value is (221,167,220). Sum of RGB (Red+Green+Blue) = 221+167+220=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7DC is #225823. Grayscale: #BDBDBD. Windows color (decimal): -2250788 or 14460893. OLE color: 14460893.

HSL color Cylindrical-coordinate representation of color #DDA7DC: hue angle of 301.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7DC is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 220 -
CMYK 0 0.24 0.00 0.13
HSL 301.11º 0.44% 0.76% -
HSV(B) 301.11º 0.24% 0.87% -
XYZ 56.56 48.18 74.03 -
YUV 189.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 221 167 220 0 0.24 0.00 0.13 301.11 0.44 0.76
Hex DD A7 DC 0 18 0 D 12D 2C 4C
Octal 335 247 334 0 30 0 15 455 54 114
Binary 11011101 10100111 11011100 0 11000 0 1101 100101101 101100 1001100

Color Harmonies of #DDA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7DC

Black with #DDA7DC

Text Example


Text Example

White with #DDA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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