Html Css Color HEX #DDA1EC Plum

📋 copy color: '#DDA1EC'

red 221 ◦ green 161 ◦ blue 236

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

Shades of Plum #DDA1EC

Tints of Plum #DDA1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 35.76%
G = 26.05%
B = 38.19%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDA1EC (or 0xDDA1EC) is known color: Plum. HEX triplet: DD, A1 and EC. RGB value is (221,161,236). Sum of RGB (Red+Green+Blue) = 221+161+236=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1EC is #225E13. Grayscale: #BBBBBB. Windows color (decimal): -2252308 or 15507933. OLE color: 15507933.

HSL color Cylindrical-coordinate representation of color #DDA1EC: hue angle of 288º degrees, saturation: 0.66, 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 #DDA1EC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 161 236 -
CMYK 0.06 0.32 0 0.07
HSL 288º 0.66% 0.78% -
HSV(B) 288º 0.32% 0.93% -
XYZ 57.7 46.92 85.37 -
YUV 187.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 221 161 236 0.06 0.32 0 0.07 288 0.66 0.78
Hex DD A1 EC 6 20 0 7 120 42 4E
Octal 335 241 354 6 40 0 7 440 102 116
Binary 11011101 10100001 11101100 110 100000 0 111 100100000 1000010 1001110

Color Harmonies of #DDA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1EC

Black with #DDA1EC

Text Example


Text Example

White with #DDA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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