Html Css Color HEX #DDA0EC Plum

📋 copy color: '#DDA0EC'

red 221 ◦ green 160 ◦ blue 236

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

Shades of Plum #DDA0EC

Tints of Plum #DDA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.93%

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

R = 35.82%
G = 25.93%
B = 38.25%

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

#DDA0EC (or 0xDDA0EC) is known color: Plum. HEX triplet: DD, A0 and EC. RGB value is (221,160,236). Sum of RGB (Red+Green+Blue) = 221+160+236=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0EC is #225F13. Grayscale: #BABABA. Windows color (decimal): -2252564 or 15507677. OLE color: 15507677.

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

Color convert

RGB 221 160 236 -
CMYK 0.06 0.32 0 0.07
HSL 288.16º 0.67% 0.78% -
HSV(B) 288.16º 0.32% 0.93% -
XYZ 57.53 46.57 85.31 -
YUV 186.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 221 160 236 0.06 0.32 0 0.07 288.16 0.67 0.78
Hex DD A0 EC 6 20 0 7 120 43 4E
Octal 335 240 354 6 40 0 7 440 103 116
Binary 11011101 10100000 11101100 110 100000 0 111 100100000 1000011 1001110

Color Harmonies of #DDA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0EC

Black with #DDA0EC

Text Example


Text Example

White with #DDA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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