Html Css Color HEX #DDA6E2 Plum

📋 copy color: '#DDA6E2'

red 221 ◦ green 166 ◦ blue 226

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

Shades of Plum #DDA6E2

Tints of Plum #DDA6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.87%

R = 36.05%
G = 27.08%
B = 36.87%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDA6E2 (or 0xDDA6E2) is known color: Plum. HEX triplet: DD, A6 and E2. RGB value is (221,166,226). Sum of RGB (Red+Green+Blue) = 221+166+226=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDA6E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6E2 is #22591D. Grayscale: #BDBDBD. Windows color (decimal): -2251038 or 14853853. OLE color: 14853853.

HSL color Cylindrical-coordinate representation of color #DDA6E2: hue angle of 295º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA6E2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 166 226 -
CMYK 0.02 0.27 0 0.11
HSL 295º 0.51% 0.77% -
HSV(B) 295º 0.27% 0.89% -
XYZ 57.18 48.14 78.23 -
YUV 189.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 221 166 226 0.02 0.27 0 0.11 295 0.51 0.77
Hex DD A6 E2 2 1B 0 B 127 33 4D
Octal 335 246 342 2 33 0 13 447 63 115
Binary 11011101 10100110 11100010 10 11011 0 1011 100100111 110011 1001101

Color Harmonies of #DDA6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6E2

Black with #DDA6E2

Text Example


Text Example

White with #DDA6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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