Html Css Color HEX #DDA4E5 Plum

📋 copy color: '#DDA4E5'

red 221 ◦ green 164 ◦ blue 229

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

Shades of Plum #DDA4E5

Tints of Plum #DDA4E5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.71%

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

R = 35.99%
G = 26.71%
B = 37.3%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDA4E5 (or 0xDDA4E5) is known color: Plum. HEX triplet: DD, A4 and E5. RGB value is (221,164,229). Sum of RGB (Red+Green+Blue) = 221+164+229=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4E5 is #225B1A. Grayscale: #BCBCBC. Windows color (decimal): -2251547 or 15049949. OLE color: 15049949.

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

Color convert

RGB 221 164 229 -
CMYK 0.03 0.28 0 0.10
HSL 292.62º 0.56% 0.77% -
HSV(B) 292.62º 0.28% 0.9% -
XYZ 57.24 47.58 80.3 -
YUV 188.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 221 164 229 0.03 0.28 0 0.10 292.62 0.56 0.77
Hex DD A4 E5 3 1C 0 A 125 38 4D
Octal 335 244 345 3 34 0 12 445 70 115
Binary 11011101 10100100 11100101 11 11100 0 1010 100100101 111000 1001101

Color Harmonies of #DDA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4E5

Black with #DDA4E5

Text Example


Text Example

White with #DDA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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