#DD8DE4

Color #DD8DE4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DD8DE4

Tints of Plum #DD8DE4

Color information

#DD8DE4 (or 0xDD8DE4) is unknown color: approx Plum. HEX triplet: DD, 8D and E4. RGB value is (221,141,228). Sum of RGB (Red+Green+Blue) = 221+141+228=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD8DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DE4 is #22721B. Grayscale: #AEAEAE. Windows color (decimal): -2257436 or 14978525. OLE color: 14978525.

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

Color convert

RGB221141228-
CMYK0.030.3800.11
HSL295.17º61.7%72.35%-
HSV(B)295.17º38.16%89.41%-
XYZ53.3540.0278.31-
YUV174.84158160.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=37.46%
G=23.90%
B=38.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211412280.030.3800.11295.1761.772.35
HexDD8DE43260B1273e48
Octal33521534434601344776110
Binary11011101100011011110010011100110010111001001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DE4; }

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

 H1.HeaderClassName
 {
   color: #DD8DE4;
 }
 .AnyTagClassName
 {
   color: #DD8DE4;
 }
</style>
background-color css

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

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

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

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

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

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