#DC91DD

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

Shades of Plum #DC91DD

Tints of Plum #DC91DD

Color information

#DC91DD (or 0xDC91DD) is unknown color: approx Plum. HEX triplet: DC, 91 and DD. RGB value is (220,145,221). Sum of RGB (Red+Green+Blue) = 220+145+221=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91DD is #236E22. Grayscale: #AFAFAF. Windows color (decimal): -2321955 or 14520796. OLE color: 14520796.

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

Color convert

RGB220145221-
CMYK0.000.3400.13
HSL299.21º52.78%71.76%-
HSV(B)299.21º34.39%86.67%-
XYZ52.6940.6973.48-
YUV176.09153.35159.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=37.54%
G=24.74%
B=37.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201452210.000.3400.13299.2152.7871.76
HexDC91DD0220D12b3548
Octal33422133504201545365110
Binary1101110010010001110111010100010011011001010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91DD; }

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

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

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

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

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

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

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

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