#DC95DC

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

Shades of Plum #DC95DC

Tints of Plum #DC95DC

Color information

#DC95DC (or 0xDC95DC) is unknown color: approx Plum. HEX triplet: DC, 95 and DC. RGB value is (220,149,220). Sum of RGB (Red+Green+Blue) = 220+149+220=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DC is #236A23. Grayscale: #B2B2B2. Windows color (decimal): -2320932 or 14456284. OLE color: 14456284.

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

Color convert

RGB220149220-
CMYK00.3200.14
HSL300º50.35%72.35%-
HSV(B)300º32.27%86.27%-
XYZ53.1841.8872.99-
YUV178.32151.52157.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=37.35%
G=25.30%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014922000.3200.1430050.3572.35
HexDC95DC0200E12c3248
Octal33422533404001645462110
Binary1101110010010101110111000100000011101001011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95DC; }

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

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

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

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

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

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

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

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