Html Css Color HEX #DDA1E1 Plum

📋 copy color: '#DDA1E1'

red 221 ◦ green 161 ◦ blue 225

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

Shades of Plum #DDA1E1

Tints of Plum #DDA1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 36.41%
G = 26.52%
B = 37.07%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDA1E1 (or 0xDDA1E1) is known color: Plum. HEX triplet: DD, A1 and E1. RGB value is (221,161,225). Sum of RGB (Red+Green+Blue) = 221+161+225=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDA1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1E1 is #225E1E. Grayscale: #BABABA. Windows color (decimal): -2252319 or 14787037. OLE color: 14787037.

HSL color Cylindrical-coordinate representation of color #DDA1E1: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA1E1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 161 225 -
CMYK 0.02 0.28 0 0.12
HSL 296.25º 0.52% 0.76% -
HSV(B) 296.25º 0.28% 0.88% -
XYZ 56.15 46.3 77.21 -
YUV 186.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 221 161 225 0.02 0.28 0 0.12 296.25 0.52 0.76
Hex DD A1 E1 2 1C 0 C 128 34 4C
Octal 335 241 341 2 34 0 14 450 64 114
Binary 11011101 10100001 11100001 10 11100 0 1100 100101000 110100 1001100

Color Harmonies of #DDA1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1E1

Black with #DDA1E1

Text Example


Text Example

White with #DDA1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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