Html Css Color HEX #DDA2E5 Plum

📋 copy color: '#DDA2E5'

red 221 ◦ green 162 ◦ blue 229

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

Shades of Plum #DDA2E5

Tints of Plum #DDA2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.47%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 36.11%
G = 26.47%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDA2E5 (or 0xDDA2E5) is known color: Plum. HEX triplet: DD, A2 and E5. RGB value is (221,162,229). Sum of RGB (Red+Green+Blue) = 221+162+229=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2E5 is #225D1A. Grayscale: #BBBBBB. Windows color (decimal): -2252059 or 15049437. OLE color: 15049437.

HSL color Cylindrical-coordinate representation of color #DDA2E5: hue angle of 292.84º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA2E5 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 162 229 -
CMYK 0.03 0.29 0 0.10
HSL 292.84º 0.56% 0.77% -
HSV(B) 292.84º 0.29% 0.9% -
XYZ 56.88 46.87 80.18 -
YUV 187.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 221 162 229 0.03 0.29 0 0.10 292.84 0.56 0.77
Hex DD A2 E5 3 1D 0 A 125 38 4D
Octal 335 242 345 3 35 0 12 445 70 115
Binary 11011101 10100010 11100101 11 11101 0 1010 100100101 111000 1001101

Color Harmonies of #DDA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2E5

Black with #DDA2E5

Text Example


Text Example

White with #DDA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2E5; }

 p { color: rgb(221,162,229); }

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

background-color css

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

 a { background-color: rgb(221,162,229); }

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

border-color css

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

 span { border-color: rgb(221,162,229); }

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