#DC91D3

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

Shades of Plum #DC91D3

Tints of Plum #DC91D3

Color information

#DC91D3 (or 0xDC91D3) is unknown color: approx Plum. HEX triplet: DC, 91 and D3. RGB value is (220,145,211). Sum of RGB (Red+Green+Blue) = 220+145+211=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D3 is #236E2C. Grayscale: #AEAEAE. Windows color (decimal): -2321965 or 13865436. OLE color: 13865436.

HSL color Cylindrical-coordinate representation of color #DC91D3: hue angle of 307.2º 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 #DC91D3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220145211-
CMYK00.340.040.14
HSL307.2º51.72%71.57%-
HSV(B)307.2º34.09%86.27%-
XYZ51.440.1766.67-
YUV174.95148.35160.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=38.19%
G=25.17%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014521100.340.040.14307.251.7271.57
HexDC91D30224E1333448
Octal33422132304241646364110
Binary110111001001000111010011010001010011101001100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91D3; }

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

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

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

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

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

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

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

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