#DC95D9

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

Shades of Plum #DC95D9

Tints of Plum #DC95D9

Color information

#DC95D9 (or 0xDC95D9) is unknown color: approx Plum. HEX triplet: DC, 95 and D9. RGB value is (220,149,217). Sum of RGB (Red+Green+Blue) = 220+149+217=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D9 is #236A26. Grayscale: #B1B1B1. Windows color (decimal): -2320935 or 14259676. OLE color: 14259676.

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

Color convert

RGB220149217-
CMYK00.320.010.14
HSL302.54º50.35%72.35%-
HSV(B)302.54º32.27%86.27%-
XYZ52.7941.7270.92-
YUV177.98150.02157.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=37.54%
G=25.43%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014921700.320.010.14302.5450.3572.35
HexDC95D90201E12f3248
Octal33422533104011645762110
Binary1101110010010101110110010100000111101001011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95D9; }

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

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

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

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

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

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

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

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