#DC95D8

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

Shades of Plum #DC95D8

Tints of Plum #DC95D8

Color information

#DC95D8 (or 0xDC95D8) is unknown color: approx Plum. HEX triplet: DC, 95 and D8. RGB value is (220,149,216). Sum of RGB (Red+Green+Blue) = 220+149+216=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D8 is #236A27. Grayscale: #B1B1B1. Windows color (decimal): -2320936 or 14194140. OLE color: 14194140.

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

Color convert

RGB220149216-
CMYK00.320.020.14
HSL303.38º50.35%72.35%-
HSV(B)303.38º32.27%86.27%-
XYZ52.6641.6770.23-
YUV177.87149.52158.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=37.61%
G=25.47%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014921600.320.020.14303.3850.3572.35
HexDC95D80202E12f3248
Octal33422533004021645762110
Binary11011100100101011101100001000001011101001011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95D8; }

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

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

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

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

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

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

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

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