#DD8CE5

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

Shades of Plum #DD8CE5

Tints of Plum #DD8CE5

Color information

#DD8CE5 (or 0xDD8CE5) is unknown color: approx Plum. HEX triplet: DD, 8C and E5. RGB value is (221,140,229). Sum of RGB (Red+Green+Blue) = 221+140+229=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CE5 is #22731A. Grayscale: #AEAEAE. Windows color (decimal): -2257691 or 15043805. OLE color: 15043805.

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

Color convert

RGB221140229-
CMYK0.030.3900.10
HSL294.61º63.12%72.35%-
HSV(B)294.61º38.86%89.8%-
XYZ53.3439.7979-
YUV174.36158.84161.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 140 (55.08% from 255) = 23.73%
BLUE value IS 229 (89.84% from 255) = 38.81%
R=37.46%
G=23.73%
B=38.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211402290.030.3900.10294.6163.1272.35
HexDD8CE53270A1273f48
Octal33521434534701244777110
Binary11011101100011001110010111100111010101001001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CE5; }

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

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

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

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

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

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

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

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