#DC91D2

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

Shades of Plum #DC91D2

Tints of Plum #DC91D2

Color information

#DC91D2 (or 0xDC91D2) is unknown color: approx Plum. HEX triplet: DC, 91 and D2. RGB value is (220,145,210). Sum of RGB (Red+Green+Blue) = 220+145+210=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D2 is #236E2D. Grayscale: #AEAEAE. Windows color (decimal): -2321966 or 13799900. OLE color: 13799900.

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

Color convert

RGB220145210-
CMYK00.340.050.14
HSL308º51.72%71.57%-
HSV(B)308º34.09%86.27%-
XYZ51.2740.1266.01-
YUV174.83147.85160.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=38.26%
G=25.22%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014521000.340.050.1430851.7271.57
HexDC91D20225E1343448
Octal33422132204251646464110
Binary110111001001000111010010010001010111101001101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91D2; }

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

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

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

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

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

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

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

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