Html Css Color HEX #DDA1E6 Plum

📋 copy color: '#DDA1E6'

red 221 ◦ green 161 ◦ blue 230

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

Shades of Plum #DDA1E6

Tints of Plum #DDA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.31%

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 36.11%
G = 26.31%
B = 37.58%

CMYK

 C value IS 0.04

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDA1E6 (or 0xDDA1E6) is known color: Plum. HEX triplet: DD, A1 and E6. RGB value is (221,161,230). Sum of RGB (Red+Green+Blue) = 221+161+230=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1E6 is #225E19. Grayscale: #BABABA. Windows color (decimal): -2252314 or 15114717. OLE color: 15114717.

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

Color convert

RGB 221 161 230 -
CMYK 0.04 0.3 0 0.10
HSL 292.17º 0.58% 0.77% -
HSV(B) 292.17º 0.3% 0.9% -
XYZ 56.85 46.58 80.86 -
YUV 186.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 221 161 230 0.04 0.3 0 0.10 292.17 0.58 0.77
Hex DD A1 E6 4 1E 0 A 124 3A 4D
Octal 335 241 346 4 36 0 12 444 72 115
Binary 11011101 10100001 11100110 100 11110 0 1010 100100100 111010 1001101

Color Harmonies of #DDA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1E6

Black with #DDA1E6

Text Example


Text Example

White with #DDA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1E6; }

 p { color: rgb(221,161,230); }

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

background-color css

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

 a { background-color: rgb(221,161,230); }

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

border-color css

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

 span { border-color: rgb(221,161,230); }

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