Html Css Color HEX #DDA4E4 Plum

📋 copy color: '#DDA4E4'

red 221 ◦ green 164 ◦ blue 228

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

Shades of Plum #DDA4E4

Tints of Plum #DDA4E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 36.05%
G = 26.75%
B = 37.19%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDA4E4 (or 0xDDA4E4) is known color: Plum. HEX triplet: DD, A4 and E4. RGB value is (221,164,228). Sum of RGB (Red+Green+Blue) = 221+164+228=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4E4 is #225B1B. Grayscale: #BCBCBC. Windows color (decimal): -2251548 or 14984413. OLE color: 14984413.

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

Color convert

RGB 221 164 228 -
CMYK 0.03 0.28 0 0.11
HSL 293.44º 0.54% 0.77% -
HSV(B) 293.44º 0.28% 0.89% -
XYZ 57.1 47.52 79.56 -
YUV 188.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 221 164 228 0.03 0.28 0 0.11 293.44 0.54 0.77
Hex DD A4 E4 3 1C 0 B 125 36 4D
Octal 335 244 344 3 34 0 13 445 66 115
Binary 11011101 10100100 11100100 11 11100 0 1011 100100101 110110 1001101

Color Harmonies of #DDA4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4E4

Black with #DDA4E4

Text Example


Text Example

White with #DDA4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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