#DC91D9

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

Shades of Plum #DC91D9

Tints of Plum #DC91D9

Color information

#DC91D9 (or 0xDC91D9) is unknown color: approx Plum. HEX triplet: DC, 91 and D9. RGB value is (220,145,217). Sum of RGB (Red+Green+Blue) = 220+145+217=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D9 is #236E26. Grayscale: #AFAFAF. Windows color (decimal): -2321959 or 14258652. OLE color: 14258652.

HSL color Cylindrical-coordinate representation of color #DC91D9: hue angle of 302.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC91D9 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220145217-
CMYK00.340.010.14
HSL302.4º51.72%71.57%-
HSV(B)302.4º34.09%86.27%-
XYZ52.1640.4870.71-
YUV175.63151.35159.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=37.80%
G=24.91%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014521700.340.010.14302.451.7271.57
HexDC91D90221E12e3448
Octal33422133104211645664110
Binary1101110010010001110110010100010111101001011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91D9; }

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

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

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

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

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

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

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

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