Html Css Color HEX #DDA6E5 Plum

📋 copy color: '#DDA6E5'

red 221 ◦ green 166 ◦ blue 229

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

Shades of Plum #DDA6E5

Tints of Plum #DDA6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 35.88%
G = 26.95%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDA6E5 (or 0xDDA6E5) is known color: Plum. HEX triplet: DD, A6 and E5. RGB value is (221,166,229). Sum of RGB (Red+Green+Blue) = 221+166+229=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6E5 is #22591A. Grayscale: #BDBDBD. Windows color (decimal): -2251035 or 15050461. OLE color: 15050461.

HSL color Cylindrical-coordinate representation of color #DDA6E5: hue angle of 292.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA6E5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 166 229 -
CMYK 0.03 0.28 0 0.10
HSL 292.38º 0.55% 0.77% -
HSV(B) 292.38º 0.28% 0.9% -
XYZ 57.6 48.3 80.42 -
YUV 189.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 221 166 229 0.03 0.28 0 0.10 292.38 0.55 0.77
Hex DD A6 E5 3 1C 0 A 124 37 4D
Octal 335 246 345 3 34 0 12 444 67 115
Binary 11011101 10100110 11100101 11 11100 0 1010 100100100 110111 1001101

Color Harmonies of #DDA6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6E5

Black with #DDA6E5

Text Example


Text Example

White with #DDA6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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