#DD93DC

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

Shades of Plum #DD93DC

Tints of Plum #DD93DC

Color information

#DD93DC (or 0xDD93DC) is unknown color: approx Plum. HEX triplet: DD, 93 and DC. RGB value is (221,147,220). Sum of RGB (Red+Green+Blue) = 221+147+220=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DC is #226C23. Grayscale: #B1B1B1. Windows color (decimal): -2255908 or 14455773. OLE color: 14455773.

HSL color Cylindrical-coordinate representation of color #DD93DC: hue angle of 300.81º 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 #DD93DC is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221147220-
CMYK00.330.000.13
HSL300.81º52.11%72.16%-
HSV(B)300.81º33.48%86.67%-
XYZ53.1741.4172.9-
YUV177.45152.02159.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=37.59%
G=25%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114722000.330.000.13300.8152.1172.16
HexDD93DC0210D12d3448
Octal33522333404101545564110
Binary1101110110010011110111000100001011011001011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD93DC; }

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

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

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

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

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

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

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

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