Html Css Color HEX #DDA0E1 Plum

📋 copy color: '#DDA0E1'

red 221 ◦ green 160 ◦ blue 225

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

Shades of Plum #DDA0E1

Tints of Plum #DDA0E1

RGB

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

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

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

R = 36.47%
G = 26.4%
B = 37.13%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDA0E1 (or 0xDDA0E1) is known color: Plum. HEX triplet: DD, A0 and E1. RGB value is (221,160,225). Sum of RGB (Red+Green+Blue) = 221+160+225=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0E1 is #225F1E. Grayscale: #B9B9B9. Windows color (decimal): -2252575 or 14786781. OLE color: 14786781.

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

Color convert

RGB 221 160 225 -
CMYK 0.02 0.29 0 0.12
HSL 296.31º 0.52% 0.75% -
HSV(B) 296.31º 0.29% 0.88% -
XYZ 55.98 45.95 77.15 -
YUV 185.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 221 160 225 0.02 0.29 0 0.12 296.31 0.52 0.75
Hex DD A0 E1 2 1D 0 C 128 34 4B
Octal 335 240 341 2 35 0 14 450 64 113
Binary 11011101 10100000 11100001 10 11101 0 1100 100101000 110100 1001011

Color Harmonies of #DDA0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0E1

Black with #DDA0E1

Text Example


Text Example

White with #DDA0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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