Html Css Color HEX #DDA6D5 Plum

📋 copy color: '#DDA6D5'

red 221 ◦ green 166 ◦ blue 213

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

Shades of Plum #DDA6D5

Tints of Plum #DDA6D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.5%

R = 36.83%
G = 27.67%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDA6D5 (or 0xDDA6D5) is known color: Plum. HEX triplet: DD, A6 and D5. RGB value is (221,166,213). Sum of RGB (Red+Green+Blue) = 221+166+213=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D5 is #22592A. Grayscale: #BBBBBB. Windows color (decimal): -2251051 or 14001885. OLE color: 14001885.

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

Color convert

RGB 221 166 213 -
CMYK 0 0.25 0.04 0.13
HSL 308.73º 0.45% 0.76% -
HSV(B) 308.73º 0.25% 0.87% -
XYZ 55.47 47.45 69.19 -
YUV 187.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 221 166 213 0 0.25 0.04 0.13 308.73 0.45 0.76
Hex DD A6 D5 0 19 4 D 135 2D 4C
Octal 335 246 325 0 31 4 15 465 55 114
Binary 11011101 10100110 11010101 0 11001 100 1101 100110101 101101 1001100

Color Harmonies of #DDA6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6D5

Black with #DDA6D5

Text Example


Text Example

White with #DDA6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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