Html Css Color HEX #DDA1EE Plum

📋 copy color: '#DDA1EE'

red 221 ◦ green 161 ◦ blue 238

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

Shades of Plum #DDA1EE

Tints of Plum #DDA1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 35.65%
G = 25.97%
B = 38.39%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDA1EE (or 0xDDA1EE) is known color: Plum. HEX triplet: DD, A1 and EE. RGB value is (221,161,238). Sum of RGB (Red+Green+Blue) = 221+161+238=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1EE is #225E11. Grayscale: #BBBBBB. Windows color (decimal): -2252306 or 15639005. OLE color: 15639005.

HSL color Cylindrical-coordinate representation of color #DDA1EE: hue angle of 286.75º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA1EE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 161 238 -
CMYK 0.07 0.32 0 0.07
HSL 286.75º 0.69% 0.78% -
HSV(B) 286.75º 0.32% 0.93% -
XYZ 58 47.03 86.91 -
YUV 187.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 221 161 238 0.07 0.32 0 0.07 286.75 0.69 0.78
Hex DD A1 EE 7 20 0 7 11F 45 4E
Octal 335 241 356 7 40 0 7 437 105 116
Binary 11011101 10100001 11101110 111 100000 0 111 100011111 1000101 1001110

Color Harmonies of #DDA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1EE

Black with #DDA1EE

Text Example


Text Example

White with #DDA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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