#DD93D4

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

Shades of Plum #DD93D4

Tints of Plum #DD93D4

Color information

#DD93D4 (or 0xDD93D4) is unknown color: approx Plum. HEX triplet: DD, 93 and D4. RGB value is (221,147,212). Sum of RGB (Red+Green+Blue) = 221+147+212=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D4 is #226C2B. Grayscale: #B0B0B0. Windows color (decimal): -2255916 or 13931485. OLE color: 13931485.

HSL color Cylindrical-coordinate representation of color #DD93D4: hue angle of 307.3º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93D4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221147212-
CMYK00.330.040.13
HSL307.3º52.11%72.16%-
HSV(B)307.3º33.48%86.67%-
XYZ52.1440.9967.45-
YUV176.54148.02159.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 147 (57.81% from 255) = 25.34%
BLUE value IS 212 (83.20% from 255) = 36.55%
R=38.10%
G=25.34%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114721200.330.040.13307.352.1172.16
HexDD93D40214D1333448
Octal33522332404141546364110
Binary110111011001001111010100010000110011011001100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93D4; }

 p { color: rgb(221,147,212); }

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

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

 a { background-color: rgb(221,147,212); }

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

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

 span { border-color: rgb(221,147,212); }

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